diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 95a40d7..2948a8d 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -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