We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e12f0 commit a2362b4Copy full SHA for a2362b4
1 file changed
appveyor.yml
@@ -8,6 +8,10 @@ nuget:
8
project_feed: true
9
matrix:
10
fast_finish: true
11
+environment:
12
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
13
+ DOTNET_CLI_TELEMETRY_OPTOUT: true
14
+ DOTNET_NOLOGO: true
15
install:
16
- ps: |
17
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
0 commit comments