[LiveLogger] Disambiguate restore operation from build, when run in -restore
mode
#8435
Labels
Area: Logging
Area: Terminal Logger
Problems with the livelogger/fancylogger/terminallogger -tl functionality.
triaged
When MSBuild is run with
-restore
there are two distinct build phases:Restore
targetEither can create many project build requests, and have progress.
It'd be nice if the logger knew when restore was happening and didn't give a misleading progress indicator ("90% of projects 'built' for restore" is very distinct from "the overall build is 90% complete").
The text was updated successfully, but these errors were encountered: