Skip to content

Update pipeline images from vs2022preview to vs2026preview.scout#14493

Merged
joperezr merged 1 commit intodotnet:release/13.2from
joperezr:update-pipeline-images
Feb 13, 2026
Merged

Update pipeline images from vs2022preview to vs2026preview.scout#14493
joperezr merged 1 commit intodotnet:release/13.2from
joperezr:update-pipeline-images

Conversation

@joperezr
Copy link
Member

Replace deprecated \windows.vs2022preview.amd64\ images with \windows.vs2026preview.scout.amd64\ in internal pipeline definitions to fix broken builds.

Changes

  • \�ng/pipelines/azure-pipelines.yml\ (2 occurrences)
  • \�ng/pipelines/release-publish-nuget.yml\ (5 occurrences)
  • \�ng/pipelines/templates/build_sign_native.yml\ (1 occurrence)

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>
Copilot AI review requested due to automatic review settings February 13, 2026 18:31
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14493

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14493"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Azure DevOps pipeline image references from the deprecated windows.vs2022preview.amd64 to the current windows.vs2026preview.scout.amd64 image for internal pipeline builds. The changes address broken builds caused by the deprecated image no longer being available.

Changes:

  • Updated sourceAnalysisPool image references in SDL configuration sections
  • Updated pool image references for Windows build jobs
  • Applied changes consistently across internal pipeline definitions

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
eng/pipelines/azure-pipelines.yml Updated 2 occurrences of the image reference (sourceAnalysisPool and Windows job pool)
eng/pipelines/release-publish-nuget.yml Updated 5 occurrences across multiple jobs (sourceAnalysisPool, ValidateInputs, ExtractBarId, DownloadAndPublish, Print Release Summary)
eng/pipelines/templates/build_sign_native.yml Updated 1 occurrence in the Windows agent pool configuration

@joperezr joperezr merged commit f431df3 into dotnet:release/13.2 Feb 13, 2026
17 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.2 milestone Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants