Closed kzu closed 2 months ago
Useful to troubleshoot CLI execution, especially in CI.
Run the CLI passing the --exceptions flag and errors will be propagated up and cause the execution to stop with the full error and stacktrace.
--exceptions
from dotnet-retest v0.6.3 on .NET 8.0.8 with :purple_heart:
Useful to troubleshoot CLI execution, especially in CI.
Run the CLI passing the
--exceptions
flag and errors will be propagated up and cause the execution to stop with the full error and stacktrace.