Reputation: 1483
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:
Thanks.
Upvotes: 1
Views: 562
Reputation: 5946
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
Upvotes: 1
Reputation: 32367
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?
Upvotes: 2
Reputation: 3060
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
Upvotes: 1