[vcpkg] Update VMs for December 2021 Patch Tuesday (#22013)

* Add Microsoft.VisualStudio.ComponentGroup.UWP.VC.BuildTools to VS as requested by https://github.com/microsoft/vcpkg/issues/19554

* Cherry pick python changes from https://github.com/microsoft/vcpkg/pull/21912

* Update linux pool.

* Update windows pool.
This commit is contained in:
Billy O'Neal 2021-12-14 16:15:33 -08:00 committed by GitHub
parent 40a560655a
commit c6ffd8eeb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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'

View File

@ -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'
)
<#