How can I prevent concurrent builds in CruiseControl.NET?
问题 We have several projects in CruiseControl and I noticed that often 2 or more projects are building at the same time. This seems to be causing conflicts. Often, a build fails and if I look at the reason, it's failing to access some file, and if I wait until the other build completes, I can just force-build the failed build and it will succeed. How can I configure CC so that it won't run builds concurrently if they are going to conflict with each other? 回答1: You have to do all builds that