Merge pull request #1360 from PowerShell/andschwa/cache

Enable cache on CI machines
This commit is contained in:
Andy Schwartzmeyer 2016-07-13 15:45:56 -07:00 committed by GitHub
commit f9c05d4c5e
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,10 @@ matrix:
- os: osx
osx_image: xcode8
language: generic
cache:
directories:
- $HOME/.dotnet
- $HOME/.nuget
addons:
artifacts:
s3_region: "us-west-2"

View File

@ -1,4 +1,7 @@
version: 0.5.0.{build}
version: 0.6.0.{build}
cache:
- '%LocalAppData%\Microsoft\dotnet'
nuget:
project_feed: true