mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
AppVeyor: use relative paths to NUnit test DLLs
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user