File tree Expand file tree Collapse file tree
.azure-pipelines/templates
build_scripts/windows/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11variables :
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'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ REM See https://stackoverflow.com/a/12407934/2199657
77echo 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
88echo .
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
1212if " %CLI_VERSION% " == " " (
1313 echo Please set the CLI_VERSION environment variable, e.g. 2.0.13
You can’t perform that action at this time.
0 commit comments