Skip to content

Commit

Permalink
Add --vcpkg-root to repair UWP. (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Mar 19, 2019
2 parents 355889b + 7d2b63c commit a917bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a917bd4

Please sign in to comment.