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)"
|
||||
Targets="Restore"
|
||||
BuildInParallel="true"
|
||||
BuildInParallel="false"
|
||||
StopOnFirstFailure="true"
|
||||
Properties="$(ArchiveBuildProps);_Dummy=restore" />
|
||||
|
||||
<MSBuild Projects="@(ArchiveProjects)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue