Commit 253ad78e authored by Jeremy Bokobza's avatar Jeremy Bokobza

added more elements to cache to speed up the build

parent ca0943da
...@@ -32,7 +32,9 @@ env: ...@@ -32,7 +32,9 @@ env:
cache: cache:
directories: directories:
- Breeze.UI/node_modules - ${TRAVIS_BUILD_DIR}/Breeze.UI/node_modules
- $HOME/.nuget/packages
- /usr/share/dotnet/sdk/2.0.0/
# Work around NuGet issue #2163 # Work around NuGet issue #2163
# https://github.com/NuGet/Home/issues/2163 # https://github.com/NuGet/Home/issues/2163
......
...@@ -43,7 +43,8 @@ environment: ...@@ -43,7 +43,8 @@ environment:
# build cache to preserve files/folders between builds # build cache to preserve files/folders between builds
cache: cache:
- Breeze.UI/node_modules - $env:APPVEYOR_BUILD_FOLDER/Breeze.UI/node_modules
- '%USERPROFILE%\.nuget\packages
init: init:
- ps: | - ps: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment