mirror of https://github.com/winsw/winsw
Merge pull request #157 from oleg-nenashev/builder-generalization
AppVeyor Builder generalizationpull/145/head^2
commit
2db4fb2c31
|
@ -1,5 +1,6 @@
|
||||||
# Do not build on tags (GitHub and BitBucket)
|
# Do not build tags and feature branches
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
# Project configuration
|
# Project configuration
|
||||||
image: Visual Studio 2013
|
image: Visual Studio 2013
|
||||||
|
@ -32,7 +33,7 @@ build:
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
# Runner for NUnit2
|
# 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:
|
artifacts:
|
||||||
- path: 'src/Core/ServiceWrapper/bin/Release/WinSW.NET2.exe'
|
- path: 'src/Core/ServiceWrapper/bin/Release/WinSW.NET2.exe'
|
||||||
|
|
Loading…
Reference in New Issue