Skip to content

Commit a2362b4

Browse files
authored
Add environment variables for .NET CLI configuration
Add environment variables to skip first time experience and telemetry.
1 parent a2e12f0 commit a2362b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ nuget:
88
project_feed: true
99
matrix:
1010
fast_finish: true
11+
environment:
12+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
13+
DOTNET_CLI_TELEMETRY_OPTOUT: true
14+
DOTNET_NOLOGO: true
1115
install:
1216
- ps: |
1317
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"

0 commit comments

Comments
 (0)