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 (#66)

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.

Note: enable JPEGLS_WIC_CODEC_ALL_WARNINGS
  • Loading branch information
vbaderks authored May 16, 2024
1 parent 374a569 commit 806a20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Run build-wrapper
run: |
build-wrapper-win-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} msbuild jpegls-wic-codec.sln /t:jpegls-wic-codec:rebuild /p:Configuration="Release" /p:Platform="x64" /p:VCToolsVersion=14.38.33130 /nodeReuse:false
build-wrapper-win-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} msbuild jpegls-wic-codec.sln /t:jpegls-wic-codec:rebuild /p:Configuration="Release" /p:Platform="x64" /nodeReuse:false
- name: Run sonar-scanner
env:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
maximumCpuCount: true
msbuildArgs: -p:JPEGLS_WIC_CODEC_PROFILE=true -p:VCToolsVersion=14.38.33130
msbuildArgs: -p:JPEGLS_WIC_CODEC_PROFILE=true -p:JPEGLS_WIC_CODEC_ALL_WARNINGS=true

- task: VSTest@2
inputs:
Expand Down

0 comments on commit 806a20d

Please sign in to comment.