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.
2 parents 355889b + 7d2b63c commit a917bd4Copy full SHA for a917bd4
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