Skip to content

Commit 96757da

Browse files
committed
Improve dotnet command output
* Set DOTNET_NOLOGO=true to avoid useless welcome messages for continuous integration * Set DOTNET_CLI_TELEMETRY_OPTOUT=true to opt out of telemetry (and maybe shave off a few ms)
1 parent 507d6b6 commit 96757da

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
@@ -5,6 +5,8 @@ on: push
55
env:
66
Configuration: Release
77
ContinuousIntegrationBuild: true
8+
DOTNET_CLI_TELEMETRY_OPTOUT: true
9+
DOTNET_NOLOGO: true
810

911
jobs:
1012
package:

0 commit comments

Comments
 (0)