Add note to README

This commit is contained in:
Vladimir Safonkin 2022-05-03 20:03:11 +02:00
parent 5cc153219b
commit 952035a86e

View File

@ -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: