Skip to content

Commit 99e363e

Browse files
authored
Merge pull request #944 from pascalberger/BuildLogging
Set verbosity to minimal for all build environments
2 parents 610e8ec + 9032fbd commit 99e363e

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)