Add cache entries to appveyor.yml.
These cache the Maven and nuget package directories.
This commit is contained in:
parent
6693ba73a5
commit
a465f777ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue