Skip to content

Commit 72b1e62

Browse files
Skip first time experience on Appveyor
1 parent 781c5dc commit 72b1e62

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
install:
44
- ps: Install-Product node 6.9.2 x64
@@ -25,6 +25,10 @@ artifacts:
2525
type: NuGetPackage
2626
# - ps: .\build.ps1
2727
clone_depth: 1
28+
environment:
29+
global:
30+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
31+
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2832
test_script:
2933
- dotnet restore
3034
- ps: Push-Location

0 commit comments

Comments
 (0)