[vcpkg-internalCI] Add folly:x64-windows to internal CI builds

This commit is contained in:
Robert Schumacher 2017-05-08 16:46:49 -07:00
parent 0aa8055fbd
commit 92591846cc

View File

@ -20,3 +20,6 @@ if (-not $?) { exit $? }
./vcpkg.exe install opencv:x86-uwp
if (-not $?) { exit $? }
./vcpkg.exe install folly:x64-windows
if (-not $?) { exit $? }