Skip to content

Commit 6c3f5ad

Browse files
committed
Enable colored output in GitHub actions
See dotnet/runtime#68302
1 parent 1108428 commit 6c3f5ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ env:
88
DOTNET_CLI_TELEMETRY_OPTOUT: true
99
DOTNET_NOLOGO: true
1010
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
11+
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: true
12+
TERM: xterm
1113

1214
jobs:
1315
package:

0 commit comments

Comments
 (0)