Pin .NET 11 CI container to last green digest - #9792
Merged
Merged
Conversation
Temporarily use the last green container digest while the mutable image contains an SDK with the file-based app restore mismatch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 041bc90e-f70d-45f6-a8c6-bb78fd789dbe
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The only remaining comment is a minor documentation nit and does not block approval.
Review effort: Lite
Findings: None
What changed in this PR
Pins the Linux .NET 11 CI container to a known-good immutable digest to avoid RC1 image-related test failures.
Changes:
- Replaces the mutable image tag with a pinned digest.
- Documents temporary pin removal tracking via issue #9791.
| File | Description |
|---|---|
azure-pipelines.yml |
Pins the Linux .NET 11 test container image. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dibarbet
approved these changes
Sep 18, 2026
dibarbet
left a comment
Member
There was a problem hiding this comment.
we're probably in a catch 22 here - devkit requires 11 rc, but this breaks fbp tests...
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.
Summary
The mutable image changed from SDK
11.0.100-preview.7.26381.103to11.0.100-rc.1.26425.128. The RC1 SDK falls in the compatibility window described by dotnet/roslyn#85204 and fixed by dotnet/sdk#56160, causing the file-based program restore integration test to miss the post-restore assets update.Validation
git diff --check