How to have build steps honour the 'Execute: Only if all previous steps were successful' condition?
When my tests fail, the next step in the build is still executed, even though the condition says: Execute: Only if all previous steps were successful.
How can I avoid that?
Please sign in to leave a comment.
Hi
We would need details to troubleshoot that.
What build runners do you use? How exactly does the build step fail in your case?
Thanks Micheal,
This is the bug described here: http://youtrack.jetbrains.com/issue/TW-17002
I hope the the fix will allow us to fail the build immediately if unit test coverage is below the required amount or if FxCop violations occur.
Sam