Questions tagged [cruisecontrol.net]

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.

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. CruiseControl.NET is a port of the Java-based CruiseControl.

A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process.

CruiseControl.NET is free, open-source software, distributed under a BSD-style license. It was originally created by employees of ThoughtWorks to allow for continuous integration on a project they were working on. It was later extracted into a stand-alone application.

Resources

Related tags

1384 questions
20
votes
4 answers

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 it has the correct build string. I can also use…
20
votes
1 answer

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 Cruise Control.Net.
20
votes
8 answers

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 to run from a SOLUTION file. I'm hoping this is…
Jeremiah
  • 5,386
  • 9
  • 38
  • 45
19
votes
4 answers

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.
z-boss
  • 17,111
  • 12
  • 49
  • 81
19
votes
2 answers

Using MSTest with CruiseControl.NET

We have been using CruiseControl for quite a while with NUnit and NAnt. For a recent project we decided to use the testing framework that comes with Visual Studio, which so far has been adequate. I'm attempting to get the solution running in…
palehorse
  • 26,407
  • 4
  • 40
  • 48
18
votes
4 answers

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 reference a 4.0 project else we'd get this error…
topwik
  • 3,487
  • 8
  • 41
  • 65
18
votes
9 answers

Team City versus CruiseControl.net- which one is better?

Are there real tangible differences or is it just a matter of taste?
leora
  • 188,729
  • 360
  • 878
  • 1,366
17
votes
3 answers

CruiseControl.net, msbuild, /p:OutputPath and CCNetArtifactDirectory

I'm trying to setup CruiseControl.net at the moment. So far it works nice, but I have a Problem with the MSBuild Task. According to the Documentation, it passes CCNetArtifactDirectory to MSBuild. But how do I use it? I tried this:
Michael Stum
  • 177,530
  • 117
  • 400
  • 535
16
votes
5 answers

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 onto CCNet's dashboard? EDIT: I found this project,…
Steve
  • 371
  • 4
  • 13
16
votes
7 answers

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 academic project we do not have funds to buy server…
Łukasz W.
  • 9,538
  • 5
  • 38
  • 63
16
votes
3 answers

How to get CCTray

I have successfully installed CruiseControl.Net server on windows 7 32 bit platform by CruiseControl.Net 1.8.0.0. setup file. But here there is no CCTray . Please let me know how to get CCTray.
skumar
  • 437
  • 2
  • 4
  • 12
15
votes
2 answers

System.Net.Http could not be resolved in the currently targeted framework .NET 4.0

Got a nasty error after moving a solution from Visual Studio 2010 to 2012. Build is fine and everything works perfect localhost. I have one new MVC4 project that requires .NET 4.5 so I installed the 4.5 framework on the build server. The build is…
Brian Ogden
  • 18,439
  • 10
  • 97
  • 176
15
votes
2 answers

How to fail an MSBuild when content files are missing

I've noticed that our cruise control server does not fail the build when content files are missing. I'd like to fail the build when javascript / graphics files etc are missing. How can I go about validating the project file with the files pulled…
ilivewithian
  • 19,476
  • 19
  • 103
  • 165
14
votes
6 answers

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 else that's sprung up that does the job equally…
13
votes
1 answer

HTTP 500 response connecting CCTray to CC.NET server via dashboard via RawXmlMessage.aspx

I'm using CC.NET 1.6 server and its corresponding CCTray connecting happily via remoting but need to change to use the dashboard connection via HTTP so that I can start farming the URL out to developers. Putting my dashboard URL into…
fiat
  • 15,501
  • 9
  • 81
  • 103
1
2
3
92 93