You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have also encountered this issue. It was working when we were using .NET 6 and we recently upgraded our project to .NET 8 and this has stopped working as before.
Description
When I run:
Then I get quiet build logging and normal verbosity logging.
But when I drop the
--logger
switch and rely on theLoggerRunSettings
block in my.runsettings
file, then I don't get normal verbosity output.The text was updated successfully, but these errors were encountered: