Skip to content

Commit 11ab018

Browse files
committed
Disable control characters in cibuild logs
1 parent 7d330c3 commit 11ab018

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
# The Windows runner image has PostgreSQL pre-installed and sets the PGPASSWORD environment variable to "root".
2728
# This conflicts with the default password "postgres", which is used by ikalnytskyi/action-setup-postgres.
2829
# Because action-setup-postgres forgets to update the environment variable accordingly, we do so here.

0 commit comments

Comments
 (0)