Skip to content

Commit 9032fbd

Browse files
author
Pascal Berger
committed
Set verbosity to minimal for all build environments
1 parent 2a6448d commit 9032fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void Build(string configuration, string nugetVersion, string semVersion, string
2222
XBuild("./src/GitVersion.sln", new XBuildSettings()
2323
.SetConfiguration(configuration)
2424
.WithProperty("POSIX", "True")
25-
.SetVerbosity(Verbosity.Verbose));
25+
.SetVerbosity(Verbosity.Minimal));
2626
}
2727
else
2828
{

0 commit comments

Comments
 (0)