Update appveyor image to VS 2017

This commit is contained in:
Nate McMaster 2017-03-28 09:59:02 -07:00
parent 7228c15e28
commit 79f93c0f4d
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 5 additions and 0 deletions

View File

@ -6,8 +6,13 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
build_script:
- ps: .\build.ps1
clone_depth: 1
test: off
deploy: off
os: Visual Studio 2017