We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057193d commit b4097ddCopy full SHA for b4097dd
1 file changed
build/build.ps1
@@ -2,7 +2,7 @@ param (
2
[switch]$Debug,
3
[string]$VisualStudioVersion = '14.0',
4
[switch]$SkipKeyCheck,
5
- [string]$Verbosity = 'normal',
+ [string]$Verbosity = 'minimal',
6
[string]$Logger
7
)
8
0 commit comments