From 72b1e627b0f804441db2977bd8a44ef0777a26df Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Fri, 7 Jul 2017 14:56:10 -0700 Subject: [PATCH] Skip first time experience on Appveyor --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9ba65bb..570bca5 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -init: +init: - git config --global core.autocrlf true install: - ps: Install-Product node 6.9.2 x64 @@ -25,6 +25,10 @@ artifacts: type: NuGetPackage # - ps: .\build.ps1 clone_depth: 1 +environment: + global: + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true + DOTNET_CLI_TELEMETRY_OPTOUT: 1 test_script: - dotnet restore - ps: Push-Location