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 @@ -106,7 +106,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
Comment on lines 107 to 110
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

windows.vs2022preview.amd64 is still referenced elsewhere in this repo (e.g., eng/pipelines/azure-pipelines-unofficial.yml lines 48 and 138). If that pipeline is still used on this branch, it will continue to fail due to the same deprecation; consider updating those occurrences to windows.vs2026preview.scout.amd64 as well for completeness.

Copilot uses AI. Check for mistakes.
tsa:
enabled: true
Expand Down Expand Up @@ -200,7 +200,7 @@ extends:

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

variables:
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
4 changes: 2 additions & 2 deletions eng/pipelines/templates/public-pipeline-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stages:

pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64.open
demands: ImageOverride -equals windows.vs2026preview.scout.amd64.open

variables:
- name: _buildScript
Expand Down Expand Up @@ -120,7 +120,7 @@ stages:

pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals build.ubuntu.2204.amd64.open
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open

variables:
- name: _buildScript
Expand Down
Loading