Skip first time experience on Appveyor
This commit is contained in:
parent
a41ef82f19
commit
cdfff68672
|
|
@ -1,4 +1,4 @@
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf true
|
- git config --global core.autocrlf true
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -13,6 +13,10 @@ build_script:
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 8
|
- ps: Install-Product node 8
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
environment:
|
||||||
|
global:
|
||||||
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue