cruisecontrol.net
How to rollback to the last build with cruisecontrol?
I just finished my cc.net configuration for getting the code from svn, building it and then copying the web site in our servers.[详细]
2023-03-26 06:38 分类:问答Problems using CruiseControl.Net API : project not found
I am trying to retrieve Build Projects related information from my Cruis开发者_如何转开发eControl server through command line using cccmd.exe and passing the url and project name as command line argum[详细]
2023-03-25 08:33 分类:问答CruiseControl.net , SVN, web site and dependencies
I have an Asp.Net web site (there is no .csproj file). This web site\'s source code is controlled by SVN.[详细]
2023-03-25 05:01 分类:问答How can ASP.Net Compiler exclude .svn directories in the deploy
On my local machine I have checked out a web application and then compiled it with MSBuild, and then pre-compiled and deployed it with the aspnet_compiler. The command line looks like:[详细]
2023-03-24 19:04 分类:问答MSBUILD fails with "The process cannot access the file xxxxx because it is being used by another process." when maxcpucount is greater than 1
I\'m trying to improve build times using CruiseControl.NET and MSBUILD, and one of the commandline switches, maxcpucount can be used to allow the build occur in parallel. Our solution has 60+ projects[详细]
2023-03-23 16:53 分类:问答CruiseControl.NET clearcase update -log NUL
Is there a way to send the clearcase log file to dev/nu开发者_如何学运维ll in a CruiseControl.NET environment?[详细]
2023-03-22 11:30 分类:问答Execution order of cruisecontrol.net blocks
Couldn\'t find any documentation about this: what is the order of execution of the different blocks of 开发者_StackOverflow社区a cruisecontrol.net config file (e.g. sourcecontrol, prebuild, tasks)?[详细]
2023-03-22 08:44 分类:问答Confusion with CruseControl.NET sourcecontrol exclusionFilters patterns
we are using CruiseControl.NET for our build process and in ccnet.config, I want to exclude change开发者_运维问答s to a particular directory and it\'s children from triggering that project\'s build, b[详细]
2023-03-21 22:21 分类:问答Cruise Control include.projects not recognized
I have a very basic ccnet.config file, in which I am trying to use the include.projects tag to include a very basic project.For so开发者_StackOverflow社区me reason, when I use this tag the CCNet Serve[详细]
2023-03-20 22:58 分类:问答CruiseControl "Unused node detected" error when adding xmlns to Project node
I am trying to use the Cruise Control preprocessor functionality to break my configuration into smaller reusable sections.I can use the include featu开发者_如何学Pythonre great from within the root cr[详细]
2023-03-20 04:49 分类:问答