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.
1 parent 311ffa6 commit ca7d9cfCopy full SHA for ca7d9cf
build.cake
@@ -55,6 +55,7 @@ DotNetMSBuildSettings ConfigureMSBuild(string category, string target)
55
ConsoleLoggerSettings = new()
56
{
57
NoSummary = true,
58
+ Verbosity = Cake.Common.Tools.DotNet.DotNetVerbosity.Diagnostic,
59
},
60
ArgumentCustomization = args => args.Append("-ds:false"),
61
};
0 commit comments