Set appveyor vm version to previous Visual Studio 2019 release.

Latest vm version has updated cmake and the berkeleydb vcpkg now fails to build.
pull/764/head
Aaron Clauson 4 years ago
parent 4631dc5c57
commit 3ec8f4c080
No known key found for this signature in database
GPG Key ID: 0A41BDC3F4FAFF1C

@ -1,6 +1,6 @@
version: '{branch}.{build}'
skip_tags: true
image: Visual Studio 2019
image: Previous Visual Studio 2019
configuration: Release
platform: x64
clone_depth: 5

Loading…
Cancel
Save