Albacore wiki is saying it has 'skip_test_fail' that prevent rake from aborting if build fails. No example was shown please help me out here
I have already tried following code in my rake file
desc "XUnit Test Runner Example"
xunit :xunit do |xunit|
xunit.command = "../xunit-1.8/xunit.console.clr4.exe"
xunit.assembly = "Islambox.Web.Test/bin/Debug/Islambox.Web.Test.dll"
xunit.skip_test_fail
end