Disable BuildInParallel in Restore step 99/158099/1 API4_10
authorWonyoung Choi <wy80.choi@samsung.com>
Sun, 29 Oct 2017 23:31:26 +0000 (08:31 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Mon, 30 Oct 2017 00:04:46 +0000 (09:04 +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)"