Tagged Questions

28
votes
8answers
2k views

How and why do I set up a C# build machine?

Hi all, I'm working with a small (4 person) development team on a C# project. I've proposed setting up a build machine which will do nightly builds and tests of the project, because I understand …
26
votes
10answers
4k 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 …
16
votes
14answers
2k 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 …
15
votes
6answers
2k 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 …
14
votes
11answers
7k views

Need a lightweight, free, windows SMTP server

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 …
11
votes
10answers
840 views

Cruise Control .NET alternatives?

Any ideas as regards alternatives to Cruise Control .NET?
9
votes
5answers
2k 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 …
8
votes
11answers
3k 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 …
7
votes
6answers
749 views

Is there a good tutorial on MSBuild scripts?

Hi. 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 …
7
votes
4answers
1k 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.
5
votes
2answers
103 views

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 …
5
votes
1answer
155 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 …
5
votes
3answers
478 views

Should AssemblyInfo.cs be placed in version control?

I have an automated build system suing 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 …
5
votes
7answers
2k 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 …
5
votes
5answers
270 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 …

1 2 3 4 5 24 next
15 30 50 per page