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 bf116c5 commit b914ad9Copy full SHA for b914ad9
azure-pipelines.yml
@@ -71,7 +71,7 @@ jobs:
71
steps:
72
- script: .\vcpkg\bootstrap-vcpkg.bat
73
displayName: Bootstrap vcpkg
74
- - script: .\vcpkg\vcpkg.exe install zlib --triplet x64-uwp
+ - script: .\vcpkg\vcpkg.exe install zlib --triplet x64-uwp --vcpkg-root .\vcpkg
75
displayName: vcpkg install dependencies
76
- script: mkdir build.common
77
displayName: Make Build Directory
0 commit comments