v0.2.0
Note
This version broke conditional script execution (cmd1 && cmd2
) incmd.exe
Added
- Force color output with the
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION
environment variable.- Note: this tool with output color on all platforms including when output is redirected, but the dotnet cli only supports this on Unix platforms currently. This means script results might not be colored in places like GitHub Actions build logs when using the Windows VMs.
- Added
-v
alias to enable verbose output.
Fixed
- Escape arguments for non-cmd shells
- Quote additional arguments passed after
--
- Escape scripts with
^
passed tocmd.exe
Updated
- Switched from actions/setup-dotnet to xt0rted/setup-dotnet