CI: Skip first time experience, disable telemetry

This commit is contained in:
Genteure 2021-03-10 18:14:57 +08:00
parent 3ff702c773
commit f3cdc9021d
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
push:
pull_request:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
test:

View File

@ -4,6 +4,10 @@ on:
release:
types: [published]
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
test: