Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-02-15 02:03:10 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-02-15 02:03:10 +0300
commit89070c862a68546ff5f148abd7f7bcb5906cb51c (patch)
tree144e7f8ec3f8b25d823e0c5acc646b8e07e3b462 /main/Makefile.am
parent8acc93fe85a5cf1f6129b912f15c48412c12aadd (diff)
parent2484acde36ede88f8f027e397626586886e3acee (diff)
Merge remote-tracking branch 'origin/vNext' into roslyn-ivt
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 6782724bd8..16ad128a16 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