Skip to content

Commit a917bd4

Browse files
authored
Add --vcpkg-root to repair UWP. (#1071)
2 parents 355889b + 7d2b63c commit a917bd4

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)