-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
Area: Terminal LoggerProblems with the livelogger/fancylogger/terminallogger -tl functionality.Problems with the livelogger/fancylogger/terminallogger -tl functionality.triaged
Milestone
Description
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:
Line 1007 in 39e20dc
| 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.Problems with the livelogger/fancylogger/terminallogger -tl functionality.triaged