SubtitleEdit/appveyor.yml
Waldi Ravens 02da55c357 Update appveyor.xml
libse has its own packages.config
2019-05-11 05:46:34 +02:00

22 lines
466 B
YAML

version: "{build}"
# Variables
configuration:
# - Debug
- Release
# build options
build:
project: src\SubtitleEdit.sln
verbosity: minimal
# custom test command
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 -> **\packages.config' # preserve the "src\packages" directory
matrix:
fast_finish: true