Skip to content

Commit 397614a

Browse files
msarfrazMansoor Sarfraz
andauthored
{Packaging} FIX: windows pool upgraded to 2022 (#33176)
Co-authored-by: Mansoor Sarfraz <msarfraz+microsoft@microsoft.com>
1 parent 32c3f76 commit 397614a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/templates/variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
22
ubuntu_pool: 'pool-ubuntu-2204'
33
ubuntu_multi_core_pool: 'pool-ubuntu-latest-multi-core'
4-
windows_pool: 'pool-windows-2019'
4+
windows_pool: 'pool-windows-2022'
55
ubuntu_arm64_pool: 'pool-ubuntu-latest-arm64'
66
macos_pool: 'macOS-14'
77
macos_intel_pool: 'macOS-15'

build_scripts/windows/scripts/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REM See https://stackoverflow.com/a/12407934/2199657
77
echo build a msi installer using local cli sources and python executables. You need to have curl.exe, unzip.exe and msbuild.exe available under PATH
88
echo.
99

10-
set "PATH=%PATH%;%ProgramFiles%\Git\bin;%ProgramFiles%\Git\usr\bin;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin"
10+
set "PATH=%PATH%;%ProgramFiles%\Git\bin;%ProgramFiles%\Git\usr\bin;C:\Program Files (x86)\Git\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
1111

1212
if "%CLI_VERSION%"=="" (
1313
echo Please set the CLI_VERSION environment variable, e.g. 2.0.13

0 commit comments

Comments
 (0)