Skip to content

Commit

Permalink
[vcpkg] Update VMs for December 2021 Patch Tuesday (microsoft#22013)
Browse files Browse the repository at this point in the history
* Add Microsoft.VisualStudio.ComponentGroup.UWP.VC.BuildTools to VS as requested by microsoft#19554

* Cherry pick python changes from microsoft#21912

* Update linux pool.

* Update windows pool.
  • Loading branch information
BillyONeal authored Dec 15, 2021
1 parent 40a5606 commit c6ffd8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MIT
#
variables:
windows-pool: 'PrWin-2021-11-10'
windows-pool: 'PrWin-2021-12-14'
linux-pool: 'PrLin-2021-12-13'
osx-pool: 'PrOsx-2021-07-27'

Expand Down
3 changes: 2 additions & 1 deletion scripts/azure-pipelines/windows/deploy-visual-studio.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ $Workloads = @(
'Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset',
'Microsoft.VisualStudio.Component.VC.Llvm.Clang',
'Microsoft.VisualStudio.Component.VC.v141.x86.x64',
'Microsoft.VisualStudio.Component.VC.140'
'Microsoft.VisualStudio.Component.VC.140',
'Microsoft.VisualStudio.ComponentGroup.UWP.VC.BuildTools'
)

<#
Expand Down

0 comments on commit c6ffd8e

Please sign in to comment.