Skip to content

Commit ca7d9cf

Browse files
committed
increase build verbosity
1 parent 311ffa6 commit ca7d9cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ DotNetMSBuildSettings ConfigureMSBuild(string category, string target)
5555
ConsoleLoggerSettings = new()
5656
{
5757
NoSummary = true,
58+
Verbosity = Cake.Common.Tools.DotNet.DotNetVerbosity.Diagnostic,
5859
},
5960
ArgumentCustomization = args => args.Append("-ds:false"),
6061
};

0 commit comments

Comments
 (0)