Update public pipeline pool images to fix broken builds#7292
Merged
stephentoub merged 1 commit intomainfrom Feb 13, 2026
Merged
Update public pipeline pool images to fix broken builds#7292stephentoub merged 1 commit intomainfrom
stephentoub merged 1 commit intomainfrom
Conversation
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).
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Azure Pipeline pool image references to use currently available images, replacing retired ones that were causing build failures.
Changes:
- Updated Windows pool image from
windows.vs2022preview.amd64.opento1es-windows-2022-open - Updated Ubuntu pool image from
build.ubuntu.2004.amd64.opentoBuild.Ubuntu.2204.Amd64.Open
akoeplinger
reviewed
Feb 13, 2026
| pool: | ||
| name: $(DncEngPublicBuildPool) | ||
| demands: ImageOverride -equals windows.vs2022preview.amd64.open | ||
| demands: ImageOverride -equals 1es-windows-2022-open |
Member
There was a problem hiding this comment.
1es-windows-2022 is the big "kitchen sink' image, you likely want just windows.vs2022.amd64.open
Member
Author
There was a problem hiding this comment.
Thanks for flagging, will put up a PR to fix that.
wtgodbe
pushed a commit
that referenced
this pull request
Feb 20, 2026
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).
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] <[email protected]> Co-authored-by: stephentoub <[email protected]> --------- Co-authored-by: William Godbe <[email protected]> Co-authored-by: Jose Perez Rodriguez <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: stephentoub <[email protected]>
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.
Update the pool image references in azure-pipelines-public.yml:
The old images have been retired and are no longer available, causing build failures. This matches the equivalent change made in dotnet/aspire#14486.
Microsoft Reviewers: Open in CodeFlow