Skip to content

Commit

Permalink
Added gulp-msbuild normal level of verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed Jun 7, 2016
1 parent 12c3135 commit 194f509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ var msbuildDefaults = {
stdout: process.stdout,
stderr: process.stderr,
maxBuffer: MAX_BUFFER,
verbosity: 'minimal',
verbosity: 'normal',
errorOnFail: true,
toolsVersion: msBuildToolsVersion
};
Expand Down

0 comments on commit 194f509

Please sign in to comment.