Browse Source

Switch to Visual Studio 2019 Preview for build server

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

2
appveyor.yml

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

Loading…
Cancel
Save