Search Results

1
vote

release configuration management

I suppose it depends on how many things have to change. For config files, I like to keep a single file under source control and use a build script to set the environment-specific (or in your case c …
0
votes

How do I set the build number based on the Subversion revision number with CruiseControl.net

If you are wanting to change the build number in CC.Net, I believe you want to use a labeller block …
0
votes

Running Cruise Control .NET as a Service

Related to Frederik's response - On our server, we specify the subversion credentials in the project itself. The sourcecontrol block for one of these projects would look something like this: …
4
votes

How do you store dependencies of you program, and tests items deployement in your SCC ?

I would disagree with that statement. We keep third-party dlls in our repository so the build server can compile the projects without us having to install sdk's or other software. …
0
votes

error MSB1009: Project file does not exist on running fromCruiseControl

Your sourcecontrol block appears to be placing the code in "C:\source\TestReports\ITRTests\ITRTests\ITRTests" (note the three levels of 'ITRTests') but the msbuild task has a working directory of " …