mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-05 18:59:43 -06:00
Update msbuild.yml
This commit is contained in:
2
.github/workflows/msbuild.yml
vendored
2
.github/workflows/msbuild.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user