Trying to move "packages.config" one folder up (so it works better with VS)

This commit is contained in:
Nikolaj Olsson 2016-09-28 18:31:44 +02:00
parent f895ecf55c
commit 25df6c025e
2 changed files with 1 additions and 1 deletions

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" - vstest.console /logger:Appveyor /Settings:"%APPVEYOR_BUILD_FOLDER%\src\Local.testsettings" "%APPVEYOR_BUILD_FOLDER%\src\Test\bin\%CONFIGURATION%\Test.dll"
cache: cache:
- 'src\packages -> src\packages\packages.config' # preserve the "src\packages" directory - 'src\packages -> src\packages.config' # preserve the "src\packages" directory
matrix: matrix:
fast_finish: true fast_finish: true