Continue Rake after failure
问题 I'm running rake to automate my build process inside of CCNet. I use it to start IIS Express, then run Nunit, and then shutdown the server after Nunit has finished. The problem is that every time Nunit fails, the rake stops, and never gets to the shutdown part. How do I continue a rake after Nunit has failed, and still tell CCNet that Nunit has failed, and thus so has the build? 回答1: How do you run NUnit from rake? are you using "sh"? This is how you use "sh" to execute shell command, and