summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-02-06 11:15:16 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-02-06 11:15:16 +0100
commitb47c636d9523b6687cbeab1f6e4650423adf603e (patch)
tree24b3f74a5ea98e9276f5e47c982a1a9e594aa711 /azure-pipelines.yml
parent5fe96c99362942fccb456d694a14ccac7501f1fb (diff)
downloadATCD-b47c636d9523b6687cbeab1f6e4650423adf603e.tar.gz
Add missing variables for Visual Studio 2015
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b263a3abdb6..3f1c29de0cc 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -91,6 +91,11 @@ jobs:
BuildConfiguration: Release
vcpkgarch: x64-windows
vcpkglibdir: lib
+ variables:
+ XERCESCROOT: $(Build.SourcesDirectory)\vcpkg\packages\xerces-c_$(vcpkgarch)
+ SSL_ROOT: $(Build.SourcesDirectory)\vcpkg\packages\openssl-windows_$(vcpkgarch)
+ SSL_LIBDIR: $(SSL_ROOT)\$(vcpkglibdir)
+ XERCESC_LIBDIR: $(XERCESCROOT)\$(vcpkglibdir)
steps:
- powershell: |
git clone --depth 1 git://github.com/Microsoft/vcpkg.git $(Build.SourcesDirectory)\vcpkg