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:
authortherzok <marius.ungureanu@xamarin.com>2019-05-17 18:32:46 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-05-20 22:42:22 +0300
commit16d834a7ab2a43b0b603dd62190bf626e8940589 (patch)
treeff6c31112269d1c55c181ad4cddc7829804a23e6 /main/Makefile.am
parent2842fa9ae48db9afc5c5f0a934d03bc8a77a81b3 (diff)
Also set nuget verbosity to quiet
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 9993eb3095..b2a8219dfc 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -26,7 +26,7 @@ clean-local: sln_clean
cd build && $(MAKE) clean
NUGET_FOUND = $$(echo $$(which nuget))
-NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore -DisableParallelProcessing;
+NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore -Verbosity quiet -DisableParallelProcessing;
#FIXME: move the restore logic into MSBuild (Before.sln.targets),
# see: https://github.com/kzu/NuGet.Restore