Update appveyor.yml

This way, the AppVeyor cache will be cleared when packages.config changes.
This commit is contained in:
XhmikosR 2015-04-16 08:06:02 +03:00
parent 76321c2545
commit b4d0b87c35

View File

@ -15,7 +15,7 @@ test_script:
- vstest.console /logger:Appveyor /Settings:"%APPVEYOR_BUILD_FOLDER%\src\Local.testsettings" "%APPVEYOR_BUILD_FOLDER%\src\Test\bin\%CONFIGURATION%\Test.dll"
cache:
- src\packages # preserve the "src\packages" directory
- 'src\packages -> src\packages.config' # preserve the "src\packages" directory
matrix:
fast_finish: true