I am using NantContrib vssget task to retrieve the latest code from Source Safe in a build process. I would like开发者_Python百科 to know what files have been updated /replaced, basically any changes
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\'m not sure if this is possible, but currently I am using a CruiseControl.net build server with a nAnt s开发者_JAVA技巧cript to handle all of the building, testing, and packaging.I have nAnt manipul
Ive got CC.Net and NAnt (and MSBuild) running on a new VM-based build server (Win7-64 Pro). CC.Net can call MSBuild just fine - but I run into problems there when dealing with project-scope builds.
I\'ve got a CruiseControl.Net setup using Nant to clean the previous logs, and then it kicks off a msbuild of a VS project, finally running nunit-console to execute the tests.
I am trying to build a Mono project using NAnt but I get the error listed below. I have tried altering the environment variable PKG_CONFIG_PATH to include the path leading to the file: mono.pc but tha
im using script taskin nant Script, in script task i have written C# code in which i\'m trying to write to console as below
currently we use nant, ccnet (cruise), svn, Nant,开发者_StackOverflow中文版. I use msbuild to do my sln build just because it was simpler to shell out.
How do i copy a zip folder fro开发者_如何学编程m my local machine to a server on same domain using nant scriptUse the nant copy task.
I\'m trying to make a Nant script, it has been going well so far, but I wish to not hard code file locations. This is well and good until I have to execute nunit-console.exe which I can\'t seem to do.