Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSans authored Jul 5, 2024
1 parent 1e720ce commit 4fc03aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Display directory contents
run: ls -la
- name: Restore dependencies
run: dotnet restore XPhone.sln
run: dotnet restore ./XPhone.sln
- name: Build
run: dotnet build XPhone.sln --no-restore
run: dotnet build ./XPhone.sln --no-restore
- name: Test
run: dotnet test XPhone.sln --no-build --verbosity normal
run: dotnet test ./XPhone.sln --no-build --verbosity normal

0 comments on commit 4fc03aa

Please sign in to comment.