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 0fcf3ca commit f56bc3e
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
run: dotnet restore dotnet restore ./XPhone/**/*.csproj
- name: Build
run: dotnet build ./XPhone --no-restore
- name: Test
Expand Down

0 comments on commit f56bc3e

Please sign in to comment.