- Replaced
set-output
commands with environment files
- Bumped
actions/setup-dotnet
from 2.0.0 to 2.1.0- Adds new
global-json-file
setting
- Adds new
- Added a
strip-comments-from-global-json
setting that can turn on/off the step that strips comments from theglobal.json
file. This is set totrue
by default.
- Added a
colored-output
setting which setsDOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION
andTERM
to force color output. This is set totrue
by default.
- List installed SDKs after running
actions/setup-dotnet
- Use
actions/setup-dotnet
2.0.0 - Set
DOTNET_INSTALL_DIR
based on the OS- Prevents pre-installed SDKs from being downloaded and installed a second time
- Fixes the issue of losing access to pre-installed SDKs after installing a new one
- Strip comments from the
global.json
soactions/setup-dotnet
can read the SDK version from it