diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-10-06 00:49:41 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-10-06 00:49:41 -0700 |
| commit | cf7762a82ea044b33ddadd6b1d01a4035af3bf9d (patch) | |
| tree | 9f33d063ea3d641c45e6c4ebe6017831a2a266e5 | |
| parent | 03c17e20268bb8bdbfec8710be80fd1310d38dff (diff) | |
| download | vcpkg-cf7762a82ea044b33ddadd6b1d01a4035af3bf9d.tar.gz vcpkg-cf7762a82ea044b33ddadd6b1d01a4035af3bf9d.zip | |
[vcpkg-internal-ci] Remove chakracore due to dependency on cor.h
| -rw-r--r-- | scripts/internalCI.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1 index 67871acc1..887eb7bea 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -14,7 +14,7 @@ if (-not $?) { throw $? } ./vcpkg.exe install azure-storage-cpp cpprestsdk:x64-windows-static cpprestsdk:x86-uwp if (-not $?) { throw $? } -./vcpkg.exe install bond chakracore cryptopp zlib expat sdl2 curl sqlite3 libuv protobuf:x64-windows sfml opencv:x64-windows uwebsockets uwebsockets:x64-windows-static +./vcpkg.exe install bond cryptopp zlib expat sdl2 curl sqlite3 libuv protobuf:x64-windows sfml opencv:x64-windows uwebsockets uwebsockets:x64-windows-static if (-not $?) { throw $? } ./vcpkg.exe install opencv:x86-uwp boost:x86-uwp |
