aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAaron Clauson <aaron@sipsorcery.com>2020-08-30 12:34:43 +0100
committerAaron Clauson <aaron@sipsorcery.com>2020-08-30 12:34:43 +0100
commit3ec8f4c080eab61563f11659c5f1370a34b77dc5 (patch)
treef616b0fab1f75e3e93a6b600fedd5aac0975d4a3 /.appveyor.yml
parent4631dc5c578475fd3ca7a91676f7daf788a11192 (diff)
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 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