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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2019-05-31 12:23:58 +0300
committerGitHub <noreply@github.com>2019-05-31 12:23:58 +0300
commit4e10af1a49a584aa6956c550ab6f4ad7e075da0d (patch)
tree16457103a64e3dd0841a07f3d989d0a2fd7eca98
parent37e4b4c384eddbf5f4e34f69148353b92ae1f1e0 (diff)
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.
-rw-r--r--main/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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