Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSans committed Jul 8, 2024
1 parent c269cbb commit 06e6cf4
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
run: dotnet restore ./XPhone/XPhone.csproj
- name: Build
run: dotnet build ./XPhone --no-restore
- name: Test
Expand Down

0 comments on commit 06e6cf4

Please sign in to comment.