We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d330c3 commit 11ab018Copy full SHA for 11ab018
.github/workflows/build.yml
@@ -23,6 +23,7 @@ concurrency:
23
env:
24
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
25
DOTNET_CLI_TELEMETRY_OPTOUT: true
26
+ ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS true
27
# The Windows runner image has PostgreSQL pre-installed and sets the PGPASSWORD environment variable to "root".
28
# This conflicts with the default password "postgres", which is used by ikalnytskyi/action-setup-postgres.
29
# Because action-setup-postgres forgets to update the environment variable accordingly, we do so here.
0 commit comments