Add cache entries to appveyor.yml.

These cache the Maven and nuget package directories.
This commit is contained in:
Ewan Mellor 2017-10-28 14:45:34 -07:00
parent 6693ba73a5
commit a465f777ea
No known key found for this signature in database
GPG Key ID: 7CE1C6BC9EC8645D
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
version: '4.7.1-SNAPSHOT+AppVeyor.{build}'
cache:
- '%USERPROFILE%\.m2'
- '%USERPROFILE%\.nuget\packages -> **\project.json'
build: off
build_script:
- mvn -DskipTests install --batch-mode