Skip to content

Commit b6216b6

Browse files
authored
Disable parallel publish for Helix (#8004)
1 parent 4e4fdaa commit b6216b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/helix/helix.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<Target Name="Gather" BeforeTargets="Build">
2727
<MSBuild Projects="@(ProjectToBuild)"
2828
Targets="CreateHelixPayload"
29-
BuildInParallel="true"
3029
SkipNonexistentTargets="true">
3130
<Output TaskParameter="TargetOutputs" ItemName="HelixWorkItem" />
3231
</MSBuild>

0 commit comments

Comments
 (0)