We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ed7bbf + b4097dd commit adab719Copy full SHA for adab719
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