mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Update appveyor.yml
This way, the AppVeyor cache will be cleared when packages.config changes.
This commit is contained in:
parent
76321c2545
commit
b4d0b87c35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user