Skip to content

Commit

Permalink
Set detailed output, rather than diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Nov 27, 2024
1 parent a953cde commit 5933c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
vcpkg integrate install
msbuild /maxCpuCount:1 /warnAsError /property:RunCodeAnalysis=true /property:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} -v:diag
msbuild /maxCpuCount:1 /warnAsError /property:RunCodeAnalysis=true /property:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} -v:d
- name: Save incremental build cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit 5933c87

Please sign in to comment.