Skip to content

Commit

Permalink
Default to diagnostic verbosity in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jul 18, 2016
1 parent 293fe17 commit 4872bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapper.ps1
Expand Up @@ -34,7 +34,7 @@ Param(
[string]$Target = "Default",
[string]$Configuration = "Release",
[ValidateSet("Quiet", "Minimal", "Normal", "Verbose", "Diagnostic")]
[string]$Verbosity = "Verbose",
[string]$Verbosity = "Diagnostic",
[switch]$Experimental,
[Alias("DryRun","Noop")]
[switch]$WhatIf,
Expand Down

0 comments on commit 4872bc3

Please sign in to comment.