AppVeyor: use relative paths to NUnit test DLLs

pull/157/head
Oleg Nenashev 2016-12-09 01:16:16 +01:00
parent bf52683c6c
commit 1e393f96bc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ build:
test_script:
# Runner for NUnit2
- ps: nunit-console 'C:/projects/winsw/src/Test/winswTests/bin/Release/winswTests.dll' 'C:/projects/winsw/src/Test/winswTests/bin/Release/SharedDirectoryMapper.dll' 'C:/projects/winsw/src/Test/winswTests/bin/Release/RunawayProcessKiller.dll'
- ps: nunit-console 'src/Test/winswTests/bin/Release/winswTests.dll' 'src/Test/winswTests/bin/Release/SharedDirectoryMapper.dll' 'src/Test/winswTests/bin/Release/RunawayProcessKiller.dll'
artifacts:
- path: 'src/Core/ServiceWrapper/bin/Release/WinSW.NET2.exe'