File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ stages:
4747 ARCH : ' x64'
4848 PLATFORM_TOOLSET : ' v143'
4949 artifactName : ' Windows-VS-2022-x64'
50+ VS2026 :
51+ vmImage : ' windows-2025'
52+ COMPILER : ' Visual Studio 18 2026'
53+ ARCH : ' x64'
54+ PLATFORM_TOOLSET : ' v145'
55+ artifactName : ' Windows-VS-2026-x64'
5056 pool :
5157 vmImage : $[ variables['vmImage'] ]
5258 steps :
@@ -56,6 +62,9 @@ stages:
5662 - task : UsePythonVersion@0
5763 inputs :
5864 versionSpec : ' 3.9'
65+ - task : UseCMake@0
66+ inputs :
67+ versionSpec : ' >=4.2.0'
5968 - task : CmdLine@2
6069 displayName : ' Build dependecies'
6170 inputs :
@@ -108,8 +117,14 @@ stages:
108117 # ############################################
109118 - job : GenerateSetupExe
110119 dependsOn : WindowsBuilds
120+ strategy :
121+ matrix :
122+ Win2022 :
123+ imageName : ' windows-2022'
124+ Win2025 :
125+ imageName : ' windows-2025'
111126 pool :
112- vmImage : ' windows-2022 '
127+ vmImage : $(imageName)
113128 steps :
114129 - task : DownloadPipelineArtifact@2
115130 inputs :
You can’t perform that action at this time.
0 commit comments