I\'m trying to decide which side I\'m on in the MsBuild vs. Nant war. I\'m starting with: stop a service, deploy some files, restart the service. Just from looking at these two links, that is much eas
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?
I am very new to writing Build Script. I am trying to understand the impact of the using Different languages (c#, vb.net c++) while creating a build script.
I\'ve been trying to use theparam in my cruisecontrol build config file to no avail.When checking the cruisecontrol log file, whatever buildargs I try to pass are NOT passed to the call to nAnt.
I can\'t make nant do a release build of Caliburn using their build.cmd. Can anyone tell me how to? 开发者_如何学运维What command line parameters should I use?You need to edit Caliburn.build - from t
I\'m always compile my project, and copy the dll\'s from the dependency projects to th开发者_高级运维e UI bin folder. after a few days with \'copy & paste\' operations each time that I recompile m
We have a large collection of nAnt scripts that build our various products. They almost all have the following structure:
I\'m just getting into TDD, and from looking around, the general concensis seems to be to have a one to one mapping from a code project to a test project. My question is, if 开发者_运维百科you follow
Does anyone know how to get the PID of the process that a windows service is running in from Nant? I am having file locking problems. I issue a stop command to the service and then try and delete the
This Nant task (controlled by CruiseControl) is failing to copy files to a share on another server. <target name=\"DeployToTargetDirectory\" description=\"Copies files to target deploy folder (thi