From ea16c2d04e224a31f7d2e831bdd8db084b694d81 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Fri, 17 Aug 2018 12:57:28 +0800 Subject: [PATCH] appveyor: fetch the latest port data --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0c0c3d066..c6a5a91ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,4 @@ +version: '{branch}.{build}' skip_tags: true image: Visual Studio 2017 configuration: Release @@ -24,6 +25,8 @@ before_build: $all_packages += $packages[$i] + ":" + $env:PLATFORM + "-windows-static " } + git -C C:\Tools\vcpkg pull # This is a temporary fix, can be removed after appveyor update its image to include Microsoft/vcpkg#4046 + Invoke-Expression -Command "vcpkg install $all_packages" build: project: build_msvc\bitcoin.sln