Disable parallel publish for Helix (#8004)

This commit is contained in:
Pavel Krymets 2019-02-27 13:28:54 -08:00 committed by GitHub
parent 4e4fdaaf68
commit b6216b6101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
<Target Name="Gather" BeforeTargets="Build">
<MSBuild Projects="@(ProjectToBuild)"
Targets="CreateHelixPayload"
BuildInParallel="true"
SkipNonexistentTargets="true">
<Output TaskParameter="TargetOutputs" ItemName="HelixWorkItem" />
</MSBuild>