Skip to content

TerminalLogger overwrites "attempting to cancel the build" message #8983

@rainersigwald

Description

@rainersigwald

When you cancel command-line MSBuild, we send the cancellation signal through the API and also writes status to stdout. But it does so directly:

Console.WriteLine(ResourceUtilities.GetResourceString("AbortingBuild"));

And terminallogger tends to immediately overwrite that message with status updates, so it's not obvious whether cancellation is in progress.

Metadata

Metadata

Assignees

Labels

Area: Terminal LoggerProblems with the livelogger/fancylogger/terminallogger -tl functionality.triaged

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions