diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-19 20:08:16 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-05-19 20:08:16 -0700 |
| commit | c99983613acb3878eb6f7d9269aaf62eeacd6fe8 (patch) | |
| tree | 79c7ecd96a237594704a4cb8adbe7053eabe198e /scripts | |
| parent | 195e1b45dda5be8b5b8b1f2e8530c4ef05617b49 (diff) | |
| download | vcpkg-c99983613acb3878eb6f7d9269aaf62eeacd6fe8.tar.gz vcpkg-c99983613acb3878eb6f7d9269aaf62eeacd6fe8.zip | |
[vcpkg-ci] Disable folly:x64-windows pending manual investigation.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/internalCI.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1 index 881eb3eae..151b664b8 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -21,5 +21,5 @@ if (-not $?) { throw $? } ./vcpkg.exe install opencv:x86-uwp boost:x86-uwp if (-not $?) { throw $? } -./vcpkg.exe install folly:x64-windows -if (-not $?) { throw $? } +# ./vcpkg.exe install folly:x64-windows +# if (-not $?) { throw $? } |
