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 5923a0f commit 264785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Display XPhone directory contents
run: ls -la XPhone
- name: Restore dependencies
run: dotnet restore ./XPhone.sln
run: dotnet restore ./XPhone
- name: Build
run: dotnet build ./XPhone.sln --no-restore
- name: Test
Expand Down

0 comments on commit 264785c

Please sign in to comment.