Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit d320b35

Browse files
Skip first time experience on Appveyor.
1 parent 3f00df9 commit d320b35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
init:
1+
init:
22
- git config --global core.autocrlf true
33
branches:
44
only:
@@ -10,6 +10,10 @@ branches:
1010
build_script:
1111
- ps: .\build.ps1
1212
clone_depth: 1
13+
environment:
14+
global:
15+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16+
DOTNET_CLI_TELEMETRY_OPTOUT: 1
1317
test: off
1418
deploy: off
1519
os: Visual Studio 2017

0 commit comments

Comments
 (0)