Skip to content

Fix Arcade SDK package source mapping - #2229

Open
lbussell wants to merge 1 commit into
mainfrom
lbussell/arcade-sdk-source-mapping
Open

Fix Arcade SDK package source mapping#2229
lbussell wants to merge 1 commit into
mainfrom
lbussell/arcade-sdk-source-mapping

Conversation

@lbussell

@lbussell lbussell commented Sep 9, 2026

Copy link
Copy Markdown
Member

The central package version management change in #2218 introduced package source mappings that exclude Microsoft.DotNet.Arcade.Sdk from dotnet-eng. The existing Microsoft.Arcade.* pattern does not match that SDK ID, causing the ImageBuilder updater to fail during project evaluation when the SDK is not already cached.

Add an exact mapping for Microsoft.DotNet.Arcade.Sdk to dotnet-eng, allowing SDK resolution without broadening the wildcard mapping or relying on a shared package cache.

Fixes dotnet/dotnet-docker-internal#11980

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@lbussell
lbussell requested a review from a team as a code owner September 9, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants