From 5836c065c748ee9d1608b9966ef136fbd37e4c66 Mon Sep 17 00:00:00 2001 From: mbilker Date: Mon, 21 Dec 2015 11:27:26 -0500 Subject: [PATCH] fix(appveyor): return build verbosity to normal --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6522b4a97..7adf8ccd1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,8 +20,8 @@ deploy: off # We need to only clone the main module because our submodule requires the # encrypted ssh key to access submodules clone_depth: 1 -#build: -# verbosity: minimal +build: + verbosity: minimal install: - ps: Install-Product node $env:NODE_VERSION $env:PLATFORM - ps: nuget install secure-file -ExcludeVersion