mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
CI: Skip first time experience, disable telemetry
This commit is contained in:
parent
3ff702c773
commit
f3cdc9021d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -4,6 +4,10 @@ on:
|
|||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -4,6 +4,10 @@ on:
|
|||
release:
|
||||
types: [published]
|
||||
|
||||
env:
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue
Block a user