aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAaron Clauson <aaron@sipsorcery.com>2021-06-14 20:35:00 +0100
committerAaron Clauson <aaron@sipsorcery.com>2021-06-14 20:35:00 +0100
commitaab7fd0f8ddb34437a63d636170f5051aae285b4 (patch)
treeb0a9e8c2d3d60f758432b9f0b821a6238acbaf4d /.appveyor.yml
parent3a2c84a6b5144f4ee1181373604133751b40d5ce (diff)
downloadbitcoin-aab7fd0f8ddb34437a63d636170f5051aae285b4.tar.xz
Switch Appveyor CI to VS2019 stable image
The current appveyor config is using the VS2019 preview image so the latest prebuilt Qt5.12.11 binaries can be used, see #22224. Appveyor updated the Visual Studio 2019 image to msbuild v16.10.1 on 14th of June. This is the version used to build the latest Qt binaries and removes the need to use the Appveyor VS2019 preview image.
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 131b69e4c3..3ca7818eca 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
version: '{branch}.{build}'
skip_tags: true
-image: Visual Studio 2019 Preview
+image: Visual Studio 2019
configuration: Release
platform: x64
clone_depth: 5