Browse Source

Switch from very old VS2019 preview image to late-May official VS2019 image

pull/1557/head
Christoph Wille 6 years ago
parent
commit
afc0f0ee00
  1. 2
      appveyor.yml

2
appveyor.yml

@ -2,7 +2,7 @@ platform: Any CPU
configuration: configuration:
- Debug - Debug
- Release - Release
image: Visual Studio 2019 Preview image: Visual Studio 2019
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