Skip to content

Commit 36cf069

Browse files
[release/8.0.4xx] add a flag to let users opt into serial builds of inner-RID containers (#47475)
Co-authored-by: Chet Husk <[email protected]>
1 parent e3e0f6b commit 36cf069

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

0 commit comments

Comments
 (0)