CruiseControl.NET is a .NET-based framework for supporting a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools.
91
votes
10answers
20k views
CruiseControl [.Net] vs TeamCity for continuous integration?
I would like to ask you which automated build environment you consider better, based on practical experience. I'm planning to do some .Net and some Java development, so I would like to have a tool ...
66
votes
9answers
20k views
Is there a good tutorial on MSBuild scripts?
I'm working on a web application project, and I need to create a build script; a build script that I can trigger from my cruisecontrol server. Since nant has not been maintained for ages, I figure ...
59
votes
11answers
67k views
Need a lightweight, free, windows SMTP server [closed]
Anyone have any experience with 3rd party SMTP server for windows (server 2003)? I would like to set one up so that the cruise control can send reports of nightly builds and svn check-ins.
I would ...
49
votes
9answers
34k views
SVN checkout ignore folder
Can I ignore a folder on svn checkout? I need to ignore DOCs folder on checkout at my build server.
edit: Ignore externals isn't an option. I have some externals that I need.
39
votes
8answers
16k views
NUnit vs Visual Studio 2010's MSTest?
I realise that there are many older questions addressing the general question of NUnit v MSTest for versions of Visual Studio up to 2008 (such as this one).
Microsoft have a history of getting things ...
30
votes
11answers
7k views
28
votes
12answers
14k views
Use SVN Revision to label build in CCNET
I am using CCNET on a sample project with SVN as my source control. CCNET is configured to create a build on every check in. CCNET uses MSBuild to build the source code.
I would like to use the ...
27
votes
13answers
6k views
What do you use as a good alternative to Team System?
I would like to gauge what solutions other people put in place to get Team System functionality. We all know that Team System can be pricey for some of us. I know they offer a small team edition ...
25
votes
5answers
12k views
CI: Hudson with .Net vs CruiseControl.Net [closed]
I work for a .net shop looking to integrate a CI server. From what I've seen, Hudson seems to be the most popular choice. Considering we are a .net only shop, will Hudson present any hurdles that ...
23
votes
5answers
9k views
Cruise Control .Net vs Team Foundation Build
Our team is setting up nightly and continuous integration builds. We own Team Foundation Server and could use Team Foundation Build. I'm more familiar with CC.Net and lean that way but management ...
22
votes
5answers
9k views
How can you publish a ClickOnce application through CruiseControl.NET?
I have CruiseControl.NET Version 1.4 set up on my development server. Whenever a developer checks in code, it makes a compile.
Now we're at a place where we can start giving our application to the ...
21
votes
7answers
11k views
MSBuild — Use the .csproj file or roll your own?
OK, so I readily concede that I'm a newbie when it comes to continuous integration.
That being said, I'm trying to set up a CC.NET environment to educate myself, but I'm having trouble finding the ...
18
votes
8answers
16k views
CruiseControl.NET: using $(CCNetLabel ) inside ccnet.config file
When calling external processes like MSBuild cruise control sets environment variables. One of values is CCNetLabel. it holds the value of the current projects label. I want to use the same values in ...
17
votes
4answers
7k views
Is there step-by-step tutorial on setting up CruiseControl.NET?
What to do automatic nightly build of .NET web application and upload to the test server.
Or, if this tool is overkill, please suggest something else.
16
votes
4answers
7k views
Can we build a website using MSBuild
I am very much new to the Continous Integration. Could anyone please let me know whether we could build a website using MSbuild?
Any information is appreciated.
16
votes
2answers
2k views
Is there an API for Cruise Control .NET?
Is there an API I can use with Cruise Control .NET (ccnet) to query the server, for example to get the status of various builds?
I have noticed that there are a few options in the ccnet tray ...
15
votes
9answers
5k views
Team City versus CruiseControl.net- which one is better? [closed]
Are there real tangible differences or is it just a matter of taste?
15
votes
5answers
4k views
MS StyleCop and CruiseControl.NET
I wonder if anybody tried to integrate StyleCop into CruiseControl.NET.
Does anybody know something about it? or at least did anybody create and publish an xsl file for displaying StyleCop result ...
15
votes
4answers
5k views
Should AssemblyInfo.cs be placed in version control?
I have an automated build system using CruiseControl. I am using the SvnRevisionLabeller to to get the version string to use. With this string I can use nant to update AssemblyInfo.cs so when I build ...
14
votes
8answers
6k views
How do I tell MSTEST to run all test projects in a Solution?
I need to know how to tell MSTEST to run all test projects in a solution file. This needs to be done from the command line. Right now I have to pass it a specific project file, I'm trying to get it ...
12
votes
7answers
1k views
Free build servers for .NET
I've got the question... Are there any free build servers for .NET applications? We are starting project as remotely working team and right now we are searching for such solution. As far as it's an ...
12
votes
5answers
1k views
Automated Silverlight Unit Testing with CruiseControl.NET
What is currently the best solution to automate running unit tests against silverlight applications within CruiseControl.NET?
Preferably I would like to run MSTest unit tests however as these aren't ...
11
votes
4answers
6k views
CruiseControl.NET and Git
It looks like there is no built-in support for Git in CruiseControl.NET.
Anyone have suggestions on Git plug-ins, tips, or other advice on getting CruiseControl.NET with work with Git?
11
votes
5answers
17k views
Create a new cmd.exe window from within another cmd.exe prompt
I am in the process of setting up Cruise Control.NET. The problem I am having is that I am running CC as a console application and when my build completes successfully and executes (using exec) it ...
11
votes
1answer
3k views
Integrating Visual Studio Test Project with Cruise Control
I'm looking into using Visual Studio 2008's built in unit test projects instead of NUnit and I was wondering if anyone has any experience in trying to integrate this type of unit test project with ...
11
votes
1answer
479 views
Getting CruiseControl.NET to use output from long-running task when displaying “Activity”
In CruiseControl.NET, I have two projects set up, one for building and one for deploying build packages.
Our build is largely based around MSBuild, and as it runs the dashboard constantly updates ...
10
votes
5answers
2k views
Anything better than CruiseControl for .Net CI?
I've been asked to set up yet another CruiceControl environment for yet another client. I realized that I've been using CC for years without really looking around for competitors. Is there anything ...
10
votes
3answers
2k views
Configuration does not have any version information - assuming the configuration is for version 1.5
Where in ccnet.config set version? I search and read docs but there is no version mentioned.
10
votes
3answers
4k views
How to use MsTest in Continous Integration without VS?
I my problem is quite simple, i have a CI server wich run msbuild and mstest.
The problem is that the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll doesn't exist( and i thinks other file ...
10
votes
2answers
2k views
Get CruiseControl to talk to github with the correct public key
Has anybody installed git and ControlControl and got CruiseControl to pull from GitHub on a window 2003 server.
I keep getting 'public key errors (access denied)' - Which is good i suppose as that ...
9
votes
3answers
4k views
Assembly Versioning using CruiseControl.net
I have setup CruiseControl.net for a bunch of my projects which are related.
As a result a single project tag in CruiseControl has multiple SVN checkouts and then a bunch of msbuild tasks compile all ...
9
votes
7answers
1k views
.NET Dependency Management and Tagging/Branching
My company is having trouble figuring out the best way to manage our builds, releases, and branches... Our basic setup is we have 4 applications we maintain 2 WPF applications and 2 ASP.NET ...
9
votes
2answers
3k views
How to MSDeploy a built website package to a virgin IIS website
I am trying to automate our build/deployment process.
So far I am using:
a Visual Studio 2010 solution with a main Web Application project (and dependent projects)
MSBuild
MSDeploy
...
9
votes
2answers
32k views
Why am I getting Could not load file or assembly error on a System.Configuration DLL when using framework 4.0?
Immediately after we upgraded to visual studio 2010 and the 4.0 framework our trunk build started breaking with the Could not load file or assembly error.
We determined that a 3.5 project couldn't ...
9
votes
2answers
419 views
NAnt: executing NCover as administrator account - runas returns directly without waiting
My NAnt build runs as a non-admin as part of CruiseControl. But we have an NCover task which needs to run as an Administrator. For this we are thinking about using RunAs with an admin account.
The ...
9
votes
1answer
867 views
Getting Could not load type errors while publishing
Getting following errors after trying to publish using aspnet_compiler
errorASPPARSE: Circular file references are not allowed.
errorASPPARSE: Unknown server tag 'uc2:FAQ'.
errorASPPARSE: Could not ...
8
votes
6answers
2k views
Continuous Integration - with what to start: CruiseControl.NET vs TeamCity vs Visual Studio Team System
I'm new to Continuous Integration. I want an advice with what tool should I start deal with. I see that this is the biggest tools right now: CruiseControl.NET, TeamCity and Visual Studio Team System.
...
8
votes
4answers
1k views
Continous Integration: PowerShell vs. CI Server (CC.NET or Hudson)
So, a friend and I have been discussing continuous integration and bat/powershell scripts versus CI servers like CruiseControl.Net or Hudson.
The following powershell pseudo script works to update ...
8
votes
4answers
2k views
UI Testing Framework + Continuous Integration?
So I have an application that I inherited and I want to build up an automated test suite around it. The application wasn't designed with testability in mind, and the code is a "big ball of mud". My ...
8
votes
7answers
2k views
Forms Authentication across Applications
I'm working on a internal web based tool for my company. Part of this tool is another application (The Cruise Control Dashboard) that runs in its own Virtual Directory under my root application.
I ...
7
votes
17answers
8k views
TFS vs open source alternatives?
We're currently in the process of setting up a source control/build/and more-server for .NET development and we're thinking about either utilizing the Team Foundation Server (which costs a lot of ...
7
votes
3answers
3k views
Can we tell CruiseControl.NET to ignore source control timeout errors?
We have CruiseControl.NET set up to do continuous integration of a number of our projects.
We are using a <cb:define> block to make sure all of our source control operations are done in the ...
7
votes
4answers
3k views
CruiseControl.Net: How Does One Clear Obsolete Build History?
I just started using CCNet, and in the process of getting my build projects set up I racked up a lot of build history from trial and error. I really don't want to keep that old stuff around, but I ...
7
votes
5answers
491 views
Clean builds in continuous integration
We use a CruiseControl.Net/NAnt/Subversion stack for CI. Doing a fresh checkout for every build is way too time-consuming, so currently we just do an update on a working copy. However, this leaves the ...
7
votes
4answers
2k views
Does CruiseControl.NET run on IIS 7.0?
I'm new to development (an admin by trade) and I'm setting up my development environment and I would like to set up a CruiseControl.Net server on Server 2008. A quick Google did not turn up any ...
7
votes
2answers
4k views
Automating .Net deployment using Cruise Control .Net
I've currently got CC.Net setup for doing builds and it's awesome. But now I want to go all the way and use it for deployment as well. I was thinking about installing CC.Net on staging and after a ...
7
votes
3answers
277 views
Is there a pre-made Continuous Integration solution for .NET applications?
From my perspective, we're constructing our own 'flavour' of NAnt/Ivy/CruiseControl.Net in-house and can't help but get the feeling that other dev shops are doing exactly the same work, but then ...
7
votes
5answers
684 views
Cruise Control .NET time build spends in failed state
My team has a goal to minimize the amount of time that our build is broken.
We use CruiseControl.NET for continuous integration. What I'd like to find out is how best to approach answering the ...
7
votes
1answer
705 views
CruiseControl.NET build fails when SVN is not available
We have an SVN repository hosted externally and our build server is currently internal. Occasionally (probably 1 or 2 times a day) the build server is unable to find the SVN repository due to a ...
7
votes
4answers
4k views
CruiseControl.Net Build Publisher - Only publish compiled files
While setting up CruiseControl, I added a buildpublisher block to the publisher tasks:
<buildpublisher>
<sourceDir>C:\MyBuild\</sourceDir>
...