Do not restore in parallel - workaround for race condition in /t:Restore
This commit is contained in:
parent
bf03fee4be
commit
931f0754af
|
|
@ -19,7 +19,8 @@
|
||||||
|
|
||||||
<MSBuild Projects="@(ArchiveProjects)"
|
<MSBuild Projects="@(ArchiveProjects)"
|
||||||
Targets="Restore"
|
Targets="Restore"
|
||||||
BuildInParallel="true"
|
BuildInParallel="false"
|
||||||
|
StopOnFirstFailure="true"
|
||||||
Properties="$(ArchiveBuildProps);_Dummy=restore" />
|
Properties="$(ArchiveBuildProps);_Dummy=restore" />
|
||||||
|
|
||||||
<MSBuild Projects="@(ArchiveProjects)"
|
<MSBuild Projects="@(ArchiveProjects)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue