Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is a good Continuous Integration Solution (e.g. CruiseControl.net) hosting provider?

I have a private .NET (C#) project using Git Repository in Unfuddle.com. I wish to utilize a hosted Continuous Integration tool like CruiseControl.Net. Can anybody recommend a hosted CI solution, that can integrate with Git and is reliable and cost effective? Thanks.

like image 919
Ajit Singh Avatar asked Feb 02 '10 05:02

Ajit Singh


2 Answers

Found projectlocker.com but don't know anything about them.

I will say though, that setting up your own CI server is fairly simple and will probably only take you 1 day to setup for your projects.

like image 81
Nick DeVore Avatar answered Nov 07 '22 10:11

Nick DeVore


TeamCity works great with C#\Msbuild and is free of charge up to 20 developers.

like image 40
KMoraz Avatar answered Nov 07 '22 10:11

KMoraz