TerminalLogger should always emit waiting-on-Coordinator messages
Open
Area: Terminal Logger
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
I built and ran into #14170 again, but it took me a while to figure out why because the hang was just
```sh-session
❯ ./build.cmd /tl -bl
Restore complete (1.3s)
MSBuild Restore (170.9s)
```
When run without `-tl`, it's much clearer:
```sh-session
❯ ./build.cmd -bl
Determining projects to restore...
All projects are up-to-date for restore.
Determining projects to restore...
Waiting for coordinator to grant build resources...
```
That message should be rendered to the output immediately.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.