Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extends:
justificationForDisabling: 'see https://portal.microsofticm.com/imp/v3/incidents/incident/482258316/summary'
sourceAnalysisPool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows
tsa:
enabled: true
Expand Down Expand Up @@ -214,7 +214,7 @@ extends:

pool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows

variables:
Expand Down
10 changes: 5 additions & 5 deletions eng/pipelines/release-publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extends:
sdl:
sourceAnalysisPool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows

stages:
Expand All @@ -74,7 +74,7 @@ extends:
displayName: 'Validate Release Inputs'
pool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows
steps:
- checkout: none
Expand Down Expand Up @@ -109,7 +109,7 @@ extends:
displayName: 'Extract BAR Build ID from Build Tags'
pool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows
steps:
- checkout: none
Expand Down Expand Up @@ -164,7 +164,7 @@ extends:
timeoutInMinutes: 60
pool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows
steps:
- checkout: self
Expand Down Expand Up @@ -439,7 +439,7 @@ extends:
displayName: 'Print Release Summary'
pool:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows
steps:
- checkout: none
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/build_sign_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pool:
${{ if eq(parameters.agentOs, 'windows') }}:
name: NetCore1ESPool-Internal
image: windows.vs2022preview.amd64
image: windows.vs2026preview.scout.amd64
os: windows
${{ if eq(parameters.agentOs, 'linux') }}:
name: NetCore1ESPool-Internal
Expand Down
Loading