nightly builds/svn/asp.net

  • Thread starter Thread starter Izi
  • Start date Start date

Izi

Izi

Soldato
Joined
9 Dec 2007
Posts
2,718
i am looking for some software that can do nightly builds of my svn projects. they are all .net/c#/web projects.

if possible could they be built and put in a directory? also email alerts for errors?
 
We've been using TeamCity at work recently and have found it to be very good.
http://www.jetbrains.com/teamcity/

The full version is paid for, but they do a free version allowing up to 20 users and 20 different build configurations so if you won't go over that it's worth looking at.
 
We've been using TeamCity at work recently and have found it to be very good.
http://www.jetbrains.com/teamcity/

The full version is paid for, but they do a free version allowing up to 20 users and 20 different build configurations so if you won't go over that it's worth looking at.

We use a bunch of Ant scripts, shelling out to stuff like JMeter. Didn't have the budget (i.e. any budget) for this kind of product. Shame really, it saves a lot of man hours.
 
We use Hudson, not personally used CruiseControl, but colleagues prefer Hudson. :) We also have the chuck norris plugin :p It's also easy to use an svn-hook so that builds are triggered when committed.

We've got a multitude of plugins installed, fxcop, stylecop, NDepend, NCover, blah blah..
 
I assume hudson runs under windows OK in a java servlet ?

I only spent 20 mins looking at cruisecontrol but did seem like an awful lot of config.

edit: a tiny bit of reading and yes it can :)
 
Last edited:
does anyone know a way to publish thr project after it has been build to a directory on the same machine?
 
Where are you looking to deploy, if not to IIS? :)

If you are wanting to create an installer, then look at WIX: http://wix.codeplex.com/

Yes looking to deploy to IIS, not from another IIS installation.

All i need to do is dump the compiled files in to a folder because the sites are already set up in IIS.

This is the functionality I am trying to replicate from cmd line:

captureod.png
 
Last edited:
Back
Top Bottom