diff --git a/.azure-pipelines/templates/variables.yml b/.azure-pipelines/templates/variables.yml index e501c733991..35b2c6cc3cb 100644 --- a/.azure-pipelines/templates/variables.yml +++ b/.azure-pipelines/templates/variables.yml @@ -1,7 +1,7 @@ variables: ubuntu_pool: 'pool-ubuntu-2204' ubuntu_multi_core_pool: 'pool-ubuntu-latest-multi-core' - windows_pool: 'pool-windows-2019' + windows_pool: 'pool-windows-2022' ubuntu_arm64_pool: 'pool-ubuntu-latest-arm64' macos_pool: 'macOS-14' macos_intel_pool: 'macOS-15' diff --git a/build_scripts/windows/scripts/build.cmd b/build_scripts/windows/scripts/build.cmd index 0882015ff14..a406de80ba8 100644 --- a/build_scripts/windows/scripts/build.cmd +++ b/build_scripts/windows/scripts/build.cmd @@ -7,7 +7,7 @@ REM See https://stackoverflow.com/a/12407934/2199657 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 echo. -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" +set "PATH=%PATH%;%ProgramFiles%\Git\bin;%ProgramFiles%\Git\usr\bin;C:\Program Files (x86)\Git\bin;%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin" if "%CLI_VERSION%"=="" ( echo Please set the CLI_VERSION environment variable, e.g. 2.0.13