Skip to content

Commit

Permalink
[ci]Remove vc tools version workaround (microsoft#37098)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo authored Jan 27, 2025
1 parent fb35c93 commit 2c069ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .pipelines/v2/templates/job-build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .pipelines/verifyAndSetLatestVCToolsVersion.ps1

This file was deleted.

0 comments on commit 2c069ce

Please sign in to comment.