I recently moved out of nunit tag and moved to exec tag to run nunit console for running unit tests. Here is what i have in my build script:
I\'m familiar with copying files in our network but I need to FTP the files to a remote server, and also poke the config file for the proper logging settings.For a local copy I use something like:
I have the following nant task: <!--Compiles the possible release candidate to be used for further testing and possible release -->
I know in Ant / Nant you can pass an argument like -projecthelp to get a list of avaialbe targets with descriptions.
I am trying to create an msi for my application. I pass the client and version parameter using the command:
I am looking to do something that seems feasible, but searches on Google do not return something as precise as what I need.
I started with an Empty Project, and tried to get my build file setup with Here\'s what I have tried so far:
I just realised I can not run my vdproj file from msbuild without calling Visual Studio. What a showstopper for a开发者_C百科tomated builds!
I\'m trying to check for if a directory exists as part of a NAnt script and getting a false negative.Here is开发者_运维知识库 the script fragment:
I have 4 files say: A.build, B.build, C.build & Common.build. B.build & C.build includes Common.build.