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
When making multi-RID containers, some project types (blazor, wasm especially) have race conditions in the build. While we work to solve this at a root level, we've added a flag to 8.0.408, 9.0.300 and 10.0 that lets users control this parallelism.
By default, we publish for each inner RID in parallel. If ContainerPublishInParallel is set to false, then we will publish each RID sequentially - this will make the publish take longer, but it will be much more stable.
dotnetrepomanbot
added
the
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
label
Apr 4, 2025
gewarren
added
🗺️ reQUEST
Triggers an issue to be imported into Quest.
and removed
🗺️ mapQUEST
Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it.
labels
Apr 4, 2025
Type of issue
Typo
Description
When making multi-RID containers, some project types (blazor, wasm especially) have race conditions in the build. While we work to solve this at a root level, we've added a flag to 8.0.408, 9.0.300 and 10.0 that lets users control this parallelism.
The PR that added the feature is dotnet/sdk#47455.
By default, we publish for each inner RID in parallel. If
ContainerPublishInParallel
is set tofalse
, then we will publish each RID sequentially - this will make the publish take longer, but it will be much more stable.[Enter feedback here]
Page URL
https://learn.microsoft.com/en-us/dotnet/core/containers/publish-configuration
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/containers/publish-configuration.md
Document Version Independent Id
87603b1d-8af0-ecb0-fca2-aacd3d7ef5a0
Platform Id
36de283b-4744-4f85-0ab2-e0ce83954d51
Article author
@gewarren
Metadata
Related Issues
Associated WorkItem - 417519
The text was updated successfully, but these errors were encountered: