Cursory reading about bo开发者_运维知识库th tools leads me to believe they do similar things: manage build tasks which means they do operations that support taking source inputs and ultimately produci
I\'m trying to compile Boo on the mono-4.0 Nant profile and am getting the following error, which I\'m having trouble debugging.
We have a .NET 1.1 solution that we are compiling using NAnt with a \"solution\" task. One of the projects throws multiple warnings for missing XML comments. I know which warnings I need to suppress
I\'m trying to find the Nant syntax for including a COM reference. The current Nant script with the normal dll reference looks like ..
When I change the OutputPath parameter using msbuild via nant, my web application does not compile. Only when I set OutputPath=bin does my web application compile successfully.
We\'re currently using CruiseControl.NET and NANT to run our build process. It works well, however, I\'d like to be able to make the tasks that I run for each build more granular WITHOUT creating more
I\'m creating bild-file for a project containing several 3rd-party libraries located inside a lib-folder. So my build-script looks like this:
I have installed TeamCity and what to call a UNIX script from a step in it using using Nant. Done a simple test to see that I can call a Nant build that simply writes a test message. Now I am tring to
I\'m currently trying to parse a coverage file from PartCover using a nant task. The problem is that the structure requires a bit of counting. To do this i\'m looking at the example posted at http://w
I\'m currently trying to create a Nant task for our TeamCity setup so that our UnitTests are ran through Gallio and covered by PartCover. The task looks like this: