Commit 38f5ff8c authored by Jeremy Bokobza's avatar Jeremy Bokobza

added caching of node modules

parent bd39b922
......@@ -31,6 +31,10 @@ env:
- arch=x64
- configuration=Release
- os_platform=linux
cache:
directories:
- node_modules
# Work around NuGet issue #2163
# https://github.com/NuGet/Home/issues/2163
......
......@@ -41,6 +41,10 @@ environment:
arch: ia32
plat: win32
# build cache to preserve files/folders between builds
cache:
- node_modules
init:
- ps: |
$env:log_prefix = "[$env:win_runtime][$env:configuration]"
......
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