AppVeyor: use relative paths to NUnit test DLLs

This commit is contained in:
Oleg Nenashev
2016-12-09 01:16:16 +01:00
parent bf52683c6c
commit 1e393f96bc

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'