appveyor: use vcpkg installed not whole vcpkg

Try to cache only the `vcpkg/installed` directory instead of the whole
vcpkg directory, which appveyor says is too large to cache.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-10-18 01:28:09 +00:00
parent 252d3f65ab
commit b8f2c8977e
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ build_script:
- msbuild -m -p:BuildInParallel=true -p:Configuration=Release ALL_BUILD.vcxproj
cache:
- c:\projects\vcpkg
- c:\projects\vcpkg\installed