Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NET 6.0 env variable for color output #2113

Merged
merged 4 commits into from
Apr 21, 2022
Merged

Commits on Apr 20, 2022

  1. Add .NET 6.0 env variable for color output

    See dotnet/runtime#47935 for details, basically enables color output even though console output is redirected for a better time in GitHub actions.
    NickCraver committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8e17c17 View commit details
    Browse the repository at this point in the history
  2. Move it global

    NickCraver committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3eee922 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Apply suggestions from code review

    Update `TERM`
    
    Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
    NickCraver and Tyrrrz committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ed0fc85 View commit details
    Browse the repository at this point in the history
  2. Add comment for Windows

    NickCraver committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ec812a0 View commit details
    Browse the repository at this point in the history