Skip first time experience on Appveyor

This commit is contained in:
Ryan Brandenburg 2017-07-07 14:56:23 -07:00
parent 6e70b1bcca
commit 1e8702f8bb
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
init:
init:
- git config --global core.autocrlf true
branches:
only:
@ -11,6 +11,10 @@ branches:
build_script:
- ps: .\build.ps1
clone_depth: 1
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: off
deploy: off
os: Visual Studio 2017