From 952035a86e94243e4ad4a12923eeb89dae3cbbd3 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Tue, 3 May 2022 20:03:11 +0200 Subject: [PATCH] Add note to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8656e0..7309e2f 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,10 @@ Some environment variables may be necessary for your particular case or to impro - DOTNET_CLI_TELEMETRY_OPTOUT - opt-out of telemetry being sent to Microsoft (default: false) - DOTNET_MULTILEVEL_LOOKUP - configures whether the global install location is used as a fall-back (default: true) +**Note** Sets `DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION` and `TERM` to force color output by default (https://github.com/actions/setup-dotnet/issues/288). +- DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION = true +- TERM = xterm + Example usage: ```yaml build: