mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Update appveyor.yml
This commit is contained in:
parent
b78406f7bd
commit
417f2e8fdb
@ -9,13 +9,13 @@ configuration:
|
||||
- Release
|
||||
|
||||
build_script:
|
||||
- msbuild "src\SubtitleEdit.sln" /r /v:minimal /clp:summary /p:"Platform=%PLATFORM%" /p:"Configuration=%CONFIGURATION%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
- msbuild "SubtitleEdit.sln" /r /v:minimal /clp:summary /p:"Platform=%PLATFORM%" /p:"Configuration=%CONFIGURATION%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
||||
test_script:
|
||||
- vstest.console "src\Test\bin\%CONFIGURATION%\Test.dll" /logger:Appveyor
|
||||
|
||||
cache:
|
||||
- 'src\packages -> **\packages.config' # preserve the "src\packages" directory
|
||||
- 'src\ui\packages -> **\src\ui\packages.config'
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
Loading…
Reference in New Issue
Block a user