Skip to content

Commit 0ccfb4e

Browse files
committed
add a flag to let users opt into serial builds of inner-RID containers
1 parent 4609ba6 commit 0ccfb4e

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
@@ -347,7 +347,7 @@
347347
<MSBuild
348348
Projects="@(_InnerBuild)"
349349
Targets="Publish;_ParseItemsForPublishingSingleContainer;_PublishSingleContainer"
350-
BuildInParallel="true">
350+
BuildInParallel="$([MSBuild]::ValueOrDefault('$(ContainerPublishInParallel)', 'true'))">
351351
<Output TaskParameter="TargetOutputs" ItemName="GeneratedContainers" />
352352
</MSBuild>
353353

0 commit comments

Comments
 (0)