aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAaron Clauson <aaron@sipsorcery.com>2020-08-30 12:34:43 +0100
committerJohn Newbery <john@johnnewbery.com>2020-09-24 09:34:33 +0100
commitad99777b57f76a089fb87e3376e37081d560ce2e (patch)
tree27ddc3cc15ee9378ac12c34f98b167e2a298bbb7 /.appveyor.yml
parent30926997fa157133b403b73d000a75ab06802f41 (diff)
downloadbitcoin-ad99777b57f76a089fb87e3376e37081d560ce2e.tar.xz
Set appveyor vm version to previous Visual Studio 2019 release.
Latest vm version has updated cmake and the berkeleydb vcpkg now fails to build.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 56c92e6681..7899841a71 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