Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers authored Jul 27, 2023
1 parent 977a256 commit 88c991d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
dotnet-version: 7.0.x

- name: Restore dependencies
run: dotnet restore
run: dotnet restore /p:EnableWindowsTargeting=true
working-directory: PicoNesLoader

- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore /p:EnableWindowsTargeting=true
working-directory: PicoNesLoader

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal /p:EnableWindowsTargeting=true
working-directory: PicoNesLoader

0 comments on commit 88c991d

Please sign in to comment.