Disable BuildInParallel in Restore step 98/158098/1 5.0.0-preview1-00354
authorWonyoung Choi <wy80.choi@samsung.com>
Sun, 29 Oct 2017 23:31:26 +0000 (08:31 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Sun, 29 Oct 2017 23:31:26 +0000 (08:31 +0900)
Disable BuildInParallel in Restore in case of full build
to prevent conflict restoring.

Change-Id: Id6054e82ae0ffd072dec7e1408c302a2ef97bdf9

build/build.proj

index fec1d82..a3ebcda 100644 (file)
@@ -53,6 +53,7 @@
 
     <MSBuild Projects="@(ProjectToBuild)"
              Properties="Configuration=$(Configuration);RestoreSources=$(RestoreSources)"
+             BuildInParallel="false"
              Targets="Restore" />
 
     <MSBuild Projects="@(ProjectToBuild)"