Skip to content

Commit

Permalink
Remove -p:VCToolsVersion=14.39.33519 as only the latest VC Build tool…
Browse files Browse the repository at this point in the history
…s are installed since 2024-5-13

Due to several issues github\azure decided to only make the latest build tools available.
There is no longer a need to explicit control which build tool to use to ensure that the latest one was selected.
  • Loading branch information
vbaderks committed May 16, 2024
1 parent 3a06815 commit 7d16c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /v:m /m /p:Configuration=${{matrix.buildConfiguration}} /p:Platform=${{matrix.buildPlatform}} ${{env.SOLUTION_FILE_PATH}} /p:VCToolsVersion=14.38.33130
run: msbuild /v:m /m /p:Configuration=${{matrix.buildConfiguration}} /p:Platform=${{matrix.buildPlatform}} ${{env.SOLUTION_FILE_PATH}} /p:NETPBM_WIC_CODEC_ALL_WARNINGS=true

- name: Test
working-directory: .\build\bin\${{matrix.buildPlatform}}\${{matrix.buildConfiguration}}\
Expand Down

0 comments on commit 7d16c22

Please sign in to comment.