Skip to content

Commit a34147e

Browse files
committed
Disable control characters in cibuild logs
1 parent 4f35ddf commit a34147e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323
env:
2424
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2525
DOTNET_CLI_TELEMETRY_OPTOUT: true
26+
ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: true
2627

2728
jobs:
2829
build-and-test:

0 commit comments

Comments
 (0)