Skip to content

Commit a00601c

Browse files
authored
add a flag to let users opt into serial builds of inner-RID containers (#47455)
1 parent 22c3db2 commit a00601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Containers/packaging/build/Microsoft.NET.Build.Containers.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
<MSBuild
344344
Projects="@(_InnerBuild)"
345345
Targets="Publish;_ParseItemsForPublishingSingleContainer;_PublishSingleContainer"
346-
BuildInParallel="true">
346+
BuildInParallel="$([MSBuild]::ValueOrDefault('$(ContainerPublishInParallel)', 'true'))">
347347
<Output TaskParameter="TargetOutputs" ItemName="GeneratedContainer" />
348348
</MSBuild>
349349

0 commit comments

Comments
 (0)