Skip to content

Commit

Permalink
Update msbuild1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttlttc authored Sep 18, 2024
1 parent 03a90c4 commit b22a262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
# run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
run: msbuild freeze.sln /p:Configuration=Release /p:Platform=x64 /t:Build
run: msbuild freeze.sln /p:Configuration=Release /p:Platform=x64 /t:Build /p:LinkerSubSystem=Windows


0 comments on commit b22a262

Please sign in to comment.