We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 610e8ec + 9032fbd commit 99e363eCopy full SHA for 99e363e
build.cake
@@ -22,7 +22,7 @@ void Build(string configuration, string nugetVersion, string semVersion, string
22
XBuild("./src/GitVersion.sln", new XBuildSettings()
23
.SetConfiguration(configuration)
24
.WithProperty("POSIX", "True")
25
- .SetVerbosity(Verbosity.Verbose));
+ .SetVerbosity(Verbosity.Minimal));
26
}
27
else
28
{
0 commit comments