Skip to content

Commit 57bb305

Browse files
authored
Remove -p:VCToolsVersion=14.39.33519 as only the latest VC Build tools are installed since 2024-5-13 (#44)
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.
1 parent 3a06815 commit 57bb305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msbuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

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

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

0 commit comments

Comments
 (0)