Tag: ccnet1.6

  • Breaking Change in Cruise Control .NET 1.6

    Building on my earlier post about Setting up Cruise Control .NET 1.5/1.6 on Windows 7 + IIS7, I have identified a breaking change with CruiseControl .NET 1.6.x. For readability, I like to place each -D flag in my <buildArgs> definition on a separate line <tasks>� <nant> <executable>$(NAntExecutablePath)</executable> <buildFile>D:cidefault.build.xml</buildFile> <buildArgs> -D:SolutionFile=”$(Batch_WorkingFolderTrunk)MySolution.sln” -D:LocalDeployRoot=D:cideployMyProject </buildArgs> <targetList> <target>build</target> </targetList> […]