Use smaller windows.vs2022.amd64.open pool image#7298
Merged
stephentoub merged 1 commit intomainfrom Feb 14, 2026
Merged
Conversation
…22-open The 1es-windows-2022-open image is the large 'kitchen sink' image. Switch to windows.vs2022.amd64.open which is the appropriate smaller image for our build needs.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Windows pool image reference in the public Azure DevOps pipeline from the larger "kitchen sink" 1es-windows-2022-open image to the smaller, more appropriate windows.vs2022.amd64.open image. This is a follow-up optimization to PR #7292, which initially replaced retired pool images to fix broken builds.
Changes:
- Replace
1es-windows-2022-openwithwindows.vs2022.amd64.openin public pipeline Windows jobs
stephentoub
approved these changes
Feb 13, 2026
auto-merge was automatically disabled
February 13, 2026 23:08
Pull request was closed
wtgodbe
pushed a commit
that referenced
this pull request
Feb 20, 2026
…22-open (#7298) The 1es-windows-2022-open image is the large 'kitchen sink' image. Switch to windows.vs2022.amd64.open which is the appropriate smaller image for our build needs.
wtgodbe
added a commit
that referenced
this pull request
Feb 21, 2026
* Update SDK and dotnet version to 10.0.103 * Update public pipeline pool images to fix broken builds (#7292) Update the pool image references in azure-pipelines-public.yml: - Windows: windows.vs2022preview.amd64.open -> 1es-windows-2022-open - Ubuntu: build.ubuntu.2004.amd64.open -> Build.Ubuntu.2204.Amd64.Open The old images have been retired and are no longer available, causing build failures. This matches the equivalent change made in dotnet/aspire (PR #14486). * Use smaller windows.vs2022.amd64.open image instead of 1es-windows-2022-open (#7298) The 1es-windows-2022-open image is the large 'kitchen sink' image. Switch to windows.vs2022.amd64.open which is the appropriate smaller image for our build needs. * Fix cgroupv1 acceptance test to explicitly register the v1 parser (#7296) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com> --------- Co-authored-by: William Godbe <wigodbe@microsoft.com> Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Follow-up to #7292. The 1es-windows-2022-open image is the large kitchen sink image. Switch to windows.vs2022.amd64.open which is the appropriate smaller image for our build needs.
Microsoft Reviewers: Open in CodeFlow