mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[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:
parent
40a560655a
commit
c6ffd8eeb2
@ -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'
|
||||
|
||||
|
@ -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'
|
||||
)
|
||||
|
||||
<#
|
||||
|
Loading…
x
Reference in New Issue
Block a user