cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.85k stars 724 forks source link

[duplicate] CakeReport printed despite the fact that the level of logging is Quiet #4147

Closed deniszykov closed 1 year ago

deniszykov commented 1 year ago

Prerequisites

Cake runner

Cake .NET Tool

Cake version

3.0.0

Operating system

Linux, Windows, macOS

Operating system architecture

64-Bit

CI Server

No response

What are you seeing?

CakeReport being printed:

Task Duration


Total: 00:00:00

What is expected?

Nothing

Steps to Reproduce

Run cake with dotnet cake --verbosity Quiet, use RunTarget("X") and some tasks inside.

Output log

No response

augustoproiete commented 1 year ago

Closing as duplicate of https://github.com/cake-build/cake/issues/2101