Don't publish Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest from runtime build#3021
Merged
mmitche merged 1 commit intorelease/10.0.1xxfrom Oct 29, 2025
Merged
Conversation
…from runtime build This regressed with dotnet/runtime@e5798b9 which removed removing the manifest packages from publishing in the runtime build.
Member
|
@akoeplinger Any risk for 10.0 that means we should get this in today (or not?) |
Member
Author
|
@mmitche in theory it has no risk as nothing should be using these packages. but that also means it's "just" about reducing human confusion so I'd be fine taking this in 10.0.1 too |
ViktorHofer
reviewed
Oct 24, 2025
Member
Author
|
can you please approve so we can get this in for 10.0.1? thanks Tell-mode, infrastructure change with no actual impact to the product, Servicing-approved. |
mmitche
approved these changes
Oct 29, 2025
This was referenced Dec 9, 2025
Merged
Closed
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.
This regressed with dotnet/runtime@e5798b9 which removed removing the manifest packages from publishing in the runtime build with a runtime version number.
These packages are unused (only the ones with sdk-style version numbers are used) but they are confusing and they also seem to mess with darc dependency tracking.
Fixes #3019