Skip to content

Commit f431df3

Browse files
joperezrCopilot
andauthored
Update pipeline images from vs2022preview to vs2026preview.scout (#14493)
Replace deprecated windows.vs2022preview.amd64 images with windows.vs2026preview.scout.amd64 in internal pipeline definitions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e758ef2 commit f431df3

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

eng/pipelines/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ extends:
120120
justificationForDisabling: 'see https://portal.microsofticm.com/imp/v3/incidents/incident/482258316/summary'
121121
sourceAnalysisPool:
122122
name: NetCore1ESPool-Internal
123-
image: windows.vs2022preview.amd64
123+
image: windows.vs2026preview.scout.amd64
124124
os: windows
125125
tsa:
126126
enabled: true
@@ -214,7 +214,7 @@ extends:
214214

215215
pool:
216216
name: NetCore1ESPool-Internal
217-
image: windows.vs2022preview.amd64
217+
image: windows.vs2026preview.scout.amd64
218218
os: windows
219219

220220
variables:

eng/pipelines/release-publish-nuget.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extends:
6363
sdl:
6464
sourceAnalysisPool:
6565
name: NetCore1ESPool-Internal
66-
image: windows.vs2022preview.amd64
66+
image: windows.vs2026preview.scout.amd64
6767
os: windows
6868

6969
stages:
@@ -74,7 +74,7 @@ extends:
7474
displayName: 'Validate Release Inputs'
7575
pool:
7676
name: NetCore1ESPool-Internal
77-
image: windows.vs2022preview.amd64
77+
image: windows.vs2026preview.scout.amd64
7878
os: windows
7979
steps:
8080
- checkout: none
@@ -109,7 +109,7 @@ extends:
109109
displayName: 'Extract BAR Build ID from Build Tags'
110110
pool:
111111
name: NetCore1ESPool-Internal
112-
image: windows.vs2022preview.amd64
112+
image: windows.vs2026preview.scout.amd64
113113
os: windows
114114
steps:
115115
- checkout: none
@@ -164,7 +164,7 @@ extends:
164164
timeoutInMinutes: 60
165165
pool:
166166
name: NetCore1ESPool-Internal
167-
image: windows.vs2022preview.amd64
167+
image: windows.vs2026preview.scout.amd64
168168
os: windows
169169
steps:
170170
- checkout: self
@@ -439,7 +439,7 @@ extends:
439439
displayName: 'Print Release Summary'
440440
pool:
441441
name: NetCore1ESPool-Internal
442-
image: windows.vs2022preview.amd64
442+
image: windows.vs2026preview.scout.amd64
443443
os: windows
444444
steps:
445445
- checkout: none

eng/pipelines/templates/build_sign_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pool:
4040
${{ if eq(parameters.agentOs, 'windows') }}:
4141
name: NetCore1ESPool-Internal
42-
image: windows.vs2022preview.amd64
42+
image: windows.vs2026preview.scout.amd64
4343
os: windows
4444
${{ if eq(parameters.agentOs, 'linux') }}:
4545
name: NetCore1ESPool-Internal

0 commit comments

Comments
 (0)