File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ stages:
4141 # Host Box
4242 strategy :
4343 matrix :
44- VS2022 :
45- vmImage : ' windows-2022 '
46- COMPILER : ' Visual Studio 17 2022 '
44+ VS2026 :
45+ vmImage : ' windows-2025 '
46+ COMPILER : ' Visual Studio 18 2026 '
4747 ARCH : ' x64'
48- PLATFORM_TOOLSET : ' v143 '
49- artifactName : ' Windows-VS-2022 -x64'
48+ PLATFORM_TOOLSET : ' v145 '
49+ artifactName : ' Windows-VS-2026 -x64'
5050 pool :
5151 vmImage : $[ variables['vmImage'] ]
5252 steps :
@@ -56,6 +56,9 @@ stages:
5656 - task : UsePythonVersion@0
5757 inputs :
5858 versionSpec : ' 3.9'
59+ - task : UseCMake@0
60+ inputs :
61+ versionSpec : ' >=4.2.0'
5962 - task : CmdLine@2
6063 displayName : ' Build dependecies'
6164 inputs :
@@ -109,7 +112,7 @@ stages:
109112 - job : GenerateSetupExe
110113 dependsOn : WindowsBuilds
111114 pool :
112- vmImage : ' windows-2022 '
115+ vmImage : ' windows-2025 '
113116 steps :
114117 - task : DownloadPipelineArtifact@2
115118 inputs :
You can’t perform that action at this time.
0 commit comments