Skip to content

Commit 664bd05

Browse files
committed
further........
1 parent 7b44bda commit 664bd05

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.Detailed,
58+
Verbosity = Cake.Common.Tools.DotNet.DotNetVerbosity.Normal,
5959
},
6060
ArgumentCustomization = args => args.Append("-ds:false"),
6161
};

0 commit comments

Comments
 (0)