From b914ad90aa218f6c17ac2e6e2fbc1ebad00889b9 Mon Sep 17 00:00:00 2001 From: "Billy O'Neal (VC LIBS)" Date: Tue, 19 Mar 2019 15:39:53 -0700 Subject: [PATCH] Add --vcpkg-root to repair UWP. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ec1b11300..23cd6f03ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,7 +71,7 @@ jobs: steps: - script: .\vcpkg\bootstrap-vcpkg.bat displayName: Bootstrap vcpkg - - script: .\vcpkg\vcpkg.exe install zlib --triplet x64-uwp + - script: .\vcpkg\vcpkg.exe install zlib --triplet x64-uwp --vcpkg-root .\vcpkg displayName: vcpkg install dependencies - script: mkdir build.common displayName: Make Build Directory