Browse Source

Switch to Visual Studio 2019 Preview for build server

pull/1425/head
Christoph Wille 8 years ago
parent
commit
c1ca229d2e
  1. 2
      appveyor.yml

2
appveyor.yml

@ -2,7 +2,7 @@ platform: Any CPU
configuration: configuration:
- Debug - Debug
- Release - Release
image: Visual Studio 2017 image: Visual Studio 2019 Preview
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
- ps: .\BuildTools\appveyor-install.ps1 - ps: .\BuildTools\appveyor-install.ps1

Loading…
Cancel
Save