Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Cache for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 14, 2017
1 parent 6209cdd commit 10b0d4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ environment:
- nodejs_version: 6
- nodejs_version: 7

cache:
- '%USERPROFILE%\.nuget\packages'
- '%APPDATA%\npm'
- '%APPDATA%\npm-cache'
- node_modules

image: Visual Studio 2015

clone_folder: C:\Projects\Main
Expand Down

0 comments on commit 10b0d4c

Please sign in to comment.