Skip to content

Commit 4b6c4f3

Browse files
committed
azure-pipeline: Add windows and VS 2026
Signed-off-by: Ruben Mujdei <ruben.mujdei@analog.com>
1 parent 27a893e commit 4b6c4f3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)