Skip to content

Commit

Permalink
Run MSVC Code Analysis on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Feb 3, 2025
1 parent 4851b36 commit 5dbd0e9
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 @@ -137,7 +137,7 @@ jobs:
# 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 /maxCpuCount /warnAsError /property:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
msbuild /maxCpuCount /warnAsError /property:RunCodeAnalysis=true /property:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- name: Save incremental build cache - OPHD
uses: actions/cache/save@v4
Expand Down

0 comments on commit 5dbd0e9

Please sign in to comment.