msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

[Bug]: PerformanceSummary console logger parameter doesn't show anything with terminal logger enabled

Open ViktorHofer opened this issue 1 year ago • 3 comments

Issue Description

dotnet msbuild /t:Build /clp:PerformanceSummary /v:m .\evalperfm.csproj -> doesn't show the performance summary information.

dotnet msbuild /t:Build /clp:PerformanceSummary /v:m .\evalperfm.csproj -tl:off does.

Is that intentional?

Steps to Reproduce

See above

Expected Behavior

Performance summary should be shown when using the terminal logger

Actual Behavior

Performance summary isn't shown when using the terminal logger

Analysis

No response

Versions & Configurations

No response

ViktorHofer avatar Jul 19 '24 11:07 ViktorHofer