You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry you're having this problem. This is a duplicate of #46053, which we've fixed in #46067 for next month's servicing releases. There's no good user-level fix for this issue, so the best suggestion I can give is to pin to last month's version of the SDK (either 8.0.404 or 9.0.101) for a couple of weeks until that is released.
Describe the bug
Dotnet CLI --os and --arch flags are being ignored if RuntimeIdentifiers tag is declared in csproj (project is set as a multi-arch project).
To Reproduce
Create a C# project with these tags:
Publish the project using this CLI command:
Expected Behavior
A single docker container image targeting linux-x64 runtime with "latest-x64" tag
Observed Behavior
Two docker container images were created and pushed with "latest-x64-linux-x64" and "latest-x64-linux-arm64" tags (tag names were mangled)
The text was updated successfully, but these errors were encountered: