Update pipeline images from vs2022preview to vs2026preview.scout#14493
Merged
joperezr merged 1 commit intodotnet:release/13.2from Feb 13, 2026
Merged
Update pipeline images from vs2022preview to vs2026preview.scout#14493joperezr merged 1 commit intodotnet:release/13.2from
joperezr merged 1 commit intodotnet:release/13.2from
Conversation
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>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14493Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14493" |
Contributor
There was a problem hiding this comment.
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 |
danegsta
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace deprecated \windows.vs2022preview.amd64\ images with \windows.vs2026preview.scout.amd64\ in internal pipeline definitions to fix broken builds.
Changes