From 16d834a7ab2a43b0b603dd62190bf626e8940589 Mon Sep 17 00:00:00 2001 From: therzok Date: Fri, 17 May 2019 08:32:46 -0700 Subject: Also set nuget verbosity to quiet --- 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 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 -- cgit v1.2.3