Disable parallel publish for Helix (#8004)
This commit is contained in:
parent
4e4fdaaf68
commit
b6216b6101
|
|
@ -26,7 +26,6 @@
|
|||
<Target Name="Gather" BeforeTargets="Build">
|
||||
<MSBuild Projects="@(ProjectToBuild)"
|
||||
Targets="CreateHelixPayload"
|
||||
BuildInParallel="true"
|
||||
SkipNonexistentTargets="true">
|
||||
<Output TaskParameter="TargetOutputs" ItemName="HelixWorkItem" />
|
||||
</MSBuild>
|
||||
|
|
|
|||
Loading…
Reference in New Issue