Reputation: 31
I am running sonar for C# .NET from a cruise control and would like to break the build when unit tests fail. Is this a property on SONAR?
Thanks in advance
Upvotes: 0
Views: 102
Reputation: 3983
You can have a look at the Build Breaker plugin: http://docs.codehaus.org/display/SONAR/Build+Breaker+Plugin
Upvotes: 1