From 3ed4e2aeb88d82980bd636b4850a1018d8c6fc17 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 8 Feb 2017 14:04:58 +0000 Subject: Explicitly force serial NuGet restore This works around a bug in the Mono runtime which NuGet exposes when restoring lots of packages, and should make the MonoDevelop build much more dependable. (cherry picked from commit b2f27321197c9aaadfc944ae5bc476371d7c9638) --- main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/Makefile.am') diff --git a/main/Makefile.am b/main/Makefile.am index e5ee9ed5d9..9e50ddc974 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -22,7 +22,7 @@ clean-local: sln_clean cd build && $(MAKE) clean NUGET_FOUND = $$(echo $$(which nuget)) -NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore; +NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore -DisableParallelProcessing; #FIXME: move the restore logic into MSBuild (Before.sln.targets), # see: https://github.com/kzu/NuGet.Restore -- cgit v1.2.3