We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3e3e5 commit b4760aeCopy full SHA for b4760ae
.github/workflows/msbuild.yml
@@ -19,7 +19,7 @@ env:
19
# Configuration type to build.
20
# You can convert this to a build matrix if you need coverage of multiple configuration types.
21
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
22
- BUILD_CONFIGURATION: Release
+ BUILD_CONFIGURATION: Debug
23
24
permissions:
25
contents: read
0 commit comments