We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7e2b9c + fafe89c commit 0c6c63fCopy full SHA for 0c6c63f
.github/workflows/ms-build.yml
@@ -25,7 +25,7 @@ jobs:
25
working-directory: ${{env.GITHUB_WORKSPACE}}
26
# Add additional options to the MSBuild command line here (like platform or verbosity level).
27
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
28
- run: msbuild /m /p:Configuration="Release" .
+ run: msbuild /m /p:Configuration="Build" .
29
30
- name: Upload Artifact
31
uses: actions/upload-artifact@v4
0 commit comments