vote up 1 vote down star
3

At my place we are writing server side applications (WCF services) and we are looking forward automate the installation and run it in our nightly build process... Moreover, we are looking forward installing it again and again on different servers...

We are searching for:

  1. what is the best tool for nightly build? (we are currently using TeamCity, but it is only good for CI not for the Nighty Build requirements)
  2. Is there anyone who build its solutions\projects and install them on Virtual-Machines? (Can you attach\link some automated code for this installation?)

Thanks.

flag

69% accept rate

4 Answers

vote up 2 vote down check

Have a look at FinalBuilder

link|flag
vote up 1 vote down

Try NAnt for the build: http://nant.sourceforge.net/

and CruiseControl.NET for the continuous integration: http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET

both are open source :-D

link|flag
vote up 1 vote down

TeamCity is a great tool. It supports scheduling a build like CC.NET for nightly builds. What kind of issues are you having with it?

link|flag
As far as I see this TC good enough for CI not for NihgtlyBuild. Because we cannot configure to install windows-services, install on remote machines, of course we can use Msbuild but it will be hard to write all of this. – rabashani Apr 30 at 8:44
vote up 0 vote down

TeamCity will cope with nightly builds just as well as CC.Net etc.

Your comment

As far as I see this TC good enough for CI not for NihgtlyBuild. Because we cannot configure to install windows-services, install on remote machines, of course we can use Msbuild but it will be hard to write all of this.

It isn't particularly difficult to do any of this (IMO of course) using Microsoft.SDC.Tasks

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.