Skip to content

Commit adab719

Browse files
committed
Merge pull request #1635 from sharwell/build-verbosity
2 parents 1ed7bbf + b4097dd commit adab719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ param (
22
[switch]$Debug,
33
[string]$VisualStudioVersion = '14.0',
44
[switch]$SkipKeyCheck,
5-
[string]$Verbosity = 'normal',
5+
[string]$Verbosity = 'minimal',
66
[string]$Logger
77
)
88

0 commit comments

Comments
 (0)