Skip to content

Commit c3cd27a

Browse files
Ben HillisCopilot
andcommitted
Move OneBranch pipelines to Windows Server 2025 / VSE 2026 image
Switch the OneBranch container image from the Server 2022 / VS 2022 image to the Server 2025 / VS Enterprise 2026 image. This brings the LLVM/Clang toolset from 19.1.x up to 20.1.8. Per the OneBranch "2025 Infra Support" guidance, the Server 2025 host is selected via the structured featureFlags.WindowsHostVersion Version field rather than a host-name string. The top-level WindowsHostVersion pipeline variable was unreferenced and is removed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c700591a-bd3e-4ae9-996e-61b14b693852
1 parent 77382a3 commit c3cd27a

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.pipelines/wsl-build-nightly-onebranch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ schedules:
99
always: true
1010

1111
variables:
12-
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2022/vse2022:latest"
13-
WindowsHostVersion: '1ESWindows2022'
12+
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2025/vse2026:latest"
1413

1514
resources:
1615
repositories:
@@ -26,7 +25,8 @@ extends:
2625
name: "windows_undocked"
2726
featureFlags:
2827
EnableCDPxPAT: false
29-
WindowsHostVersion: 1ESWindows2022
28+
WindowsHostVersion:
29+
Version: 2025
3030
globalSdl:
3131
credscan:
3232
enabled: true

.pipelines/wsl-build-pr-onebranch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ trigger:
55
- release/*
66

77
variables:
8-
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2022/vse2022:latest"
9-
WindowsHostVersion: '1ESWindows2022'
8+
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2025/vse2026:latest"
109

1110
resources:
1211
repositories:
@@ -22,7 +21,8 @@ extends:
2221
name: "windows_undocked"
2322
featureFlags:
2423
EnableCDPxPAT: false
25-
WindowsHostVersion: 1ESWindows2022
24+
WindowsHostVersion:
25+
Version: 2025
2626
globalSdl:
2727
suppression:
2828
suppressionFile: $(Build.SourcesDirectory)\.gdnsuppress

.pipelines/wsl-build-release-onebranch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ trigger:
2424
include: ['*.*.*']
2525

2626
variables:
27-
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2022/vse2022:latest"
28-
WindowsHostVersion: '1ESWindows2022'
27+
WindowsContainerImage: "onebranch.azurecr.io/windows/ltsc2025/vse2026:latest"
2928

3029
resources:
3130
repositories:
@@ -41,7 +40,8 @@ extends:
4140
name: "windows_undocked"
4241
featureFlags:
4342
EnableCDPxPAT: false
44-
WindowsHostVersion: 1ESWindows2022
43+
WindowsHostVersion:
44+
Version: 2025
4545
globalSdl:
4646
credscan:
4747
enabled: true

0 commit comments

Comments
 (0)