Skip to content

Commit

Permalink
Fix MSBuild parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Shprrr committed Jun 4, 2023
1 parent 6d819cf commit 865afce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: dotnet restore
- name: Build
#run: dotnet build --configuration Release --no-restore --property:OutputPath=..\release
run: dotnet msbuild -property:Configuration=Release;OutputPath=..\release
run: dotnet msbuild -p:Configuration=Release -p:OutputPath=..\release
- name: Unit tests
if: ${{ env.UNIT_TEST }}
run: dotnet test --no-restore --verbosity normal
Expand Down

0 comments on commit 865afce

Please sign in to comment.