How to setup building steps for CruiseControl.net from repository of the building project?
I'd like to store ccnet.config file (or other cc.net configuration file for this project) in the repository (git) of my project and make CC.NET use it when I force building from dashboard. How can I do it? Thank you! Your "ccnet.config" should remain fairly static. If you need different "logic" for your solution/project building, then I suggest: 1. Write your ccnet.config code to pull source code from repository. (aka, Task #1) 2. In your repository, include a MasterBuild.proj (msbuild definition). 3. Have cc.net call msbuild.exe on MasterBuild.proj (aka, Task #2). 4. Have the majority of your