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:
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