Update msbuild.yml

This commit is contained in:
Tyler Jaacks
2025-02-25 18:15:02 -06:00
committed by GitHub
parent 44d5e40b23
commit 1c66fe3c89

View File

@@ -57,7 +57,7 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
# 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=Release /p:BuildInParallel=true /property:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /p:Configuration=Debug /p:BuildInParallel=true /property:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
- name: Create commit hash file (for versioning shits)
run: git rev-parse --short HEAD > D:\a\WinDurango\WinDurango\x64\Debug\commit_hash.txt