test
This commit is contained in:
@@ -16,6 +16,12 @@ jobs:
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls
|
||||
- name: List files in the repository2
|
||||
run: |
|
||||
pwd
|
||||
- name: Install dependencies
|
||||
run: dotnet restore .\src\LittleTown.sln
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user