[vcpkg] Update VMs for October Patch Tuesday and Server 2022 (#20730)

* Patch tuesday and switch to Server 2022.

* Update pools.
This commit is contained in:
Billy O'Neal 2021-10-16 12:14:53 -07:00 committed by GitHub
parent 05e56b2c86
commit 699c8779f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# SPDX-License-Identifier: MIT
#
variables:
windows-pool: 'PrWin-2021-09-08'
linux-pool: 'PrLin-2021-09-08'
windows-pool: 'PrWin-2021-10-13'
linux-pool: 'PrLin-2021-10-13'
osx-pool: 'PrOsx-2021-07-27'
jobs:

View File

@ -19,7 +19,7 @@ $Prefix = 'Win-'
$Prefix += (Get-Date -Format 'yyyy-MM-dd')
$VMSize = 'Standard_D32as_v4'
$ProtoVMName = 'PROTOTYPE'
$WindowsServerSku = '2019-datacenter-gensecond'
$WindowsServerSku = '2022-datacenter-g2'
$ErrorActionPreference = 'Stop'
$CudnnBaseUrl = 'https://vcpkgimageminting.blob.core.windows.net/assets/cudnn-11.2-windows-x64-v8.1.1.33.zip'