Merge branch 'release/2.1' into release/2.2
This commit is contained in:
commit
363269ef60
|
|
@ -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