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