mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
appveyor.yml: quote parameter.
This commit is contained in:
parent
36f513d0c0
commit
8b1635be84
@ -10,7 +10,7 @@ build:
|
||||
|
||||
# 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
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user