[ci]Remove vc tools version workaround (#37098)

This commit is contained in:
Jaime Bernardo
2025-01-27 17:23:04 +00:00
committed by GitHub
parent fb35c93877
commit 2c069ce708
2 changed files with 0 additions and 12 deletions

View File

@@ -204,13 +204,6 @@ jobs:
- ${{ if eq(parameters.useLatestWinAppSDK, false)}}:
- template: .\steps-restore-nuget.yml
- pwsh: |-
& "$(build.sourcesdirectory)\.pipelines\verifyAndSetLatestVCToolsVersion.ps1"
displayName: Work around DD-1541167 (VCToolsVersion)
${{ if eq(parameters.useVSPreview, true) }}:
env:
VCWhereExtraVersionTarget: '-prerelease'
- pwsh: |-
& "$(build.sourcesdirectory)\.pipelines\installWiX.ps1"
displayName: Download and install WiX 3.14 development build