Add AppVeyor (#449)

This commit is contained in:
Justin Kotalik 2017-10-15 14:36:52 -07:00 committed by GitHub
parent 4f2a75f768
commit b4abb7382a
1 changed files with 18 additions and 0 deletions

18
.appveyor.yml Normal file
View File

@ -0,0 +1,18 @@
init:
- git config --global core.autocrlf true
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
build_script:
- ps: .\run.ps1 default-build
clone_depth: 1
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: off
deploy: off
os: Visual Studio 2017