I have a very simple setup, a whole solution that builds using .NET 3.5. Runs fine on my machine, and the build server. I have since added a script to my build file, which will create an XML file, lis
I have custom NAnt task for test purposes and I would like to cancel NAnt build process if the task is failed.
We have several hundred test classes, with a few dozen of them marked with the following attributes: [TestFixture]
I need to store authentication information and I rather not have the password in plain text: <property name=\"user\"value=\"theUser\"/>
I have created an MSBuild tasks for building my projects, but for various re开发者_运维问答asons I wan\'t to switch to NAnt.
I thought this would be a simple task, but I\'m currently unable to get it to work. There are built in functions such as <svn-update> etc. But not for revert it seems?
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this