How do I get the current month name in NAnt? I\'m using a task like the one below to update our site label, which shows the date / time that the site was built.However, I need the date to be in a spe
I run into the error, listed below, when executing a NAnt task that would compile a .Net 3.5 project-with CC.Net:
I want to process my mysql table data开发者_如何学JAVA inside nant script. My table contatins some image file path. using that path I need to do svn check out also. How can I do like that. Does it pos
I have created build files of c# solution(.sln) files as well as the .cs file, but if i want to create a build file of only one project out of more than one project in a solution, i gets error some of
I\'m looking into migrating our system to Windows Azure. Currently we have an automated process that builds everything and packages it up into msi\'s for us using Team City and NAnt.
I\'m already finishing my project build automation :) with Hudson and Nant. My project structure is something like
I have Cruise Control configured with a task to run a NAnt script, which runs an MSTest suite.MSTest allows me to specify test categories 开发者_StackOverflow社区so I want to specify \"!Integration\"
I\'m trying to set up a CI tool using NAnt. I have managed to have NAnt build the project I\'ve created the .FxCop file for the project, but when I inserted the FxCop commands in the Nant Build config
I need to read some values from cookie or session when I a开发者_C百科m executing my php script using command prompt. How can I do that?
I am automating our deploymnet using CC.n开发者_StackOverflow中文版et and a NANT build script. I have to stop and start our COM+ components during deployment.