We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8d1ae commit ea16c2dCopy full SHA for ea16c2d
appveyor.yml
@@ -1,3 +1,4 @@
1
+version: '{branch}.{build}'
2
skip_tags: true
3
image: Visual Studio 2017
4
configuration: Release
@@ -24,6 +25,8 @@ before_build:
24
25
$all_packages += $packages[$i] + ":" + $env:PLATFORM + "-windows-static "
26
}
27
28
+ git -C C:\Tools\vcpkg pull # This is a temporary fix, can be removed after appveyor update its image to include Microsoft/vcpkg#4046
29
+
30
Invoke-Expression -Command "vcpkg install $all_packages"
31
build:
32
project: build_msvc\bitcoin.sln
0 commit comments