Skip to content

Commit b914ad9

Browse files
committed
Add --vcpkg-root to repair UWP.
1 parent bf116c5 commit b914ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- script: .\vcpkg\bootstrap-vcpkg.bat
7373
displayName: Bootstrap vcpkg
74-
- script: .\vcpkg\vcpkg.exe install zlib --triplet x64-uwp
74+
- script: .\vcpkg\vcpkg.exe install zlib --triplet x64-uwp --vcpkg-root .\vcpkg
7575
displayName: vcpkg install dependencies
7676
- script: mkdir build.common
7777
displayName: Make Build Directory

0 commit comments

Comments
 (0)