Skip to content

Commit 7b44bda

Browse files
committed
reduce build verbosity???
github actions is a deeply unserious product that can't handle 90mb+ logs
1 parent ca7d9cf commit 7b44bda

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
@@ -55,7 +55,7 @@ DotNetMSBuildSettings ConfigureMSBuild(string category, string target)
5555
ConsoleLoggerSettings = new()
5656
{
5757
NoSummary = true,
58-
Verbosity = Cake.Common.Tools.DotNet.DotNetVerbosity.Diagnostic,
58+
Verbosity = Cake.Common.Tools.DotNet.DotNetVerbosity.Detailed,
5959
},
6060
ArgumentCustomization = args => args.Append("-ds:false"),
6161
};

0 commit comments

Comments
 (0)