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:
authorDavid Karlaš <david.karlas@xamarin.com>2017-03-29 10:51:59 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2017-03-29 13:23:25 +0300
commit4ea5d3d74edfc49dc4803ca1be206911cd736a39 (patch)
treede95f2e8cb8cbdc12f05bb97b222d7b9f60934e3 /main/Makefile.am
parent33bf664255c0955e35a15b2e199612456fd9879c (diff)
Bug 54154 - NuGet restoration fails with latest Mono
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 16ad128a16..940789d60f 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -28,7 +28,7 @@ NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore -DisableParallelPro
# see: https://github.com/kzu/NuGet.Restore
restore-packages:
@$(NUGET_RESTORE)
- msbuild /t:Restore external/RefactoringEssentials/RefactoringEssentials.2017/RefactoringEssentials.csproj
+ msbuild /t:Restore /p:RestoreDisableParallel=true external/RefactoringEssentials/RefactoringEssentials.2017/RefactoringEssentials.csproj
vcrevision:
touch vcrevision