Skip to content

Commit

Permalink
Further improve build cache by saving packages (#1634)
Browse files Browse the repository at this point in the history
* Further improve build cache by saving packages

* Fix indentation
  • Loading branch information
jackgerrits authored and lokitoth committed Nov 1, 2018
1 parent 6e6f2f6 commit ad60f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -5,7 +5,9 @@ configuration:
platform: x64
shallow_clone: true
clone_folder: C:\vowpal_wabbit
cache: c:\tools\vcpkg\installed\
cache:
- c:\tools\vcpkg\installed\
- vowpalwabbit\packages -> **\packages.config
# need to install nuget packages before Visual Studio starts to make ANTLR targets available.
build_script:
# Temporary workaround: https://github.com/Microsoft/vcpkg/issues/4189#issuecomment-417462822
Expand Down

0 comments on commit ad60f86

Please sign in to comment.