From 3ec8f4c080eab61563f11659c5f1370a34b77dc5 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Sun, 30 Aug 2020 12:34:43 +0100 Subject: [PATCH] Set appveyor vm version to previous Visual Studio 2019 release. Latest vm version has updated cmake and the berkeleydb vcpkg now fails to build. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7dcf9388b9..540d06b0c8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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