From 194f50930027985c931fac3685618bd5d81bf597 Mon Sep 17 00:00:00 2001 From: Hovsep Mkrtchyan Date: Mon, 6 Jun 2016 17:13:05 -0700 Subject: [PATCH] Added gulp-msbuild normal level of verbosity. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 13dd7589b0b7..9a66743bda95 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -500,7 +500,7 @@ var msbuildDefaults = { stdout: process.stdout, stderr: process.stderr, maxBuffer: MAX_BUFFER, - verbosity: 'minimal', + verbosity: 'normal', errorOnFail: true, toolsVersion: msBuildToolsVersion };