From 4e10af1a49a584aa6956c550ab6f4ad7e075da0d Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Fri, 31 May 2019 12:23:58 +0300 Subject: Revert "Also set nuget verbosity to quiet" (#7746) Revert "Also set nuget verbosity to quiet" Avoid not showing anything when restoring, as it can be confusing as to what the build is doing. --- main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Makefile.am b/main/Makefile.am index b2a8219dfc..9993eb3095 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 -Verbosity quiet -DisableParallelProcessing; +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 -- cgit v1.2.3