Skip to content

Releases: xt0rted/setup-dotnet

v1.5.0

22 Oct 21:06
6f04e7f
Compare
Choose a tag to compare
  • Replaced set-output commands with environment files

v1.4.0

09 May 20:30
Compare
Choose a tag to compare
  • Bumped actions/setup-dotnet from 2.0.0 to 2.1.0
    • Adds new global-json-file setting

v1.3.0

25 Apr 21:47
Compare
Choose a tag to compare
  • Added a strip-comments-from-global-json setting that can turn on/off the step that strips comments from the global.json file. This is set to true by default.

v1.2.0

21 Apr 19:23
Compare
Choose a tag to compare
  • Added a colored-output setting which sets DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION and TERM to force color output. This is set to true by default.

v1.1.0

13 Apr 16:26
81fefb5
Compare
Choose a tag to compare
  • List installed SDKs after running actions/setup-dotnet

v1.0.0

12 Apr 18:35
Compare
Choose a tag to compare

Initial release.

  • 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 so actions/setup-dotnet can read the SDK version from it