Update appveyor image to VS 2017
This commit is contained in:
parent
7228c15e28
commit
79f93c0f4d
|
|
@ -6,8 +6,13 @@ branches:
|
||||||
- release
|
- release
|
||||||
- dev
|
- dev
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
|
environment:
|
||||||
|
global:
|
||||||
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||||
build_script:
|
build_script:
|
||||||
- ps: .\build.ps1
|
- ps: .\build.ps1
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
|
os: Visual Studio 2017
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue