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 7b44bda commit 664bd05Copy full SHA for 664bd05
build.cake
@@ -55,7 +55,7 @@ DotNetMSBuildSettings ConfigureMSBuild(string category, string target)
55
ConsoleLoggerSettings = new()
56
{
57
NoSummary = true,
58
- Verbosity = Cake.Common.Tools.DotNet.DotNetVerbosity.Detailed,
+ Verbosity = Cake.Common.Tools.DotNet.DotNetVerbosity.Normal,
59
},
60
ArgumentCustomization = args => args.Append("-ds:false"),
61
};
0 commit comments