From d27cfde44d5608db6e0f602d93ac1a6e89008bd3 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Fri, 18 Sep 2026 14:41:22 -0700 Subject: [PATCH] Pin .NET 11 CI container 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 --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 352a7232b..6ab6b5efb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -136,7 +136,8 @@ stages: pool: name: NetCore-Public demands: ImageOverride -equals build.ubuntu.2204.amd64.open - containerName: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-net11.0-vscode-csharp-amd64 + # Remove the digest pin once the image contains the fix tracked by #9791. + containerName: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-net11.0-vscode-csharp-amd64@sha256:74206e5cb93b8a254539effe1b220c51ef6d97b7c488b9029335f1a62df53975 - stage: Test_Windows_Stage displayName: Test Windows