7

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.

Jane
  • 1,953
  • 1
  • 20
  • 27
Ajit Singh
  • 1,016
  • 13
  • 26
  • Just out of curiosity, what is your price range? – The Matt Feb 02 '10 at 08:07
  • I am testing a trial development infrastructure setup for .NET (C#) using Git and CI (preferably Cruisecontrol.NET or better). I got a trial account@unfuddle, but for commercial, i may opt for repositoryhosting.com starting with about 10$/month. Eager to know how much i need to spend for hosted CI solution. – Ajit Singh Feb 02 '10 at 08:59

3 Answers3

2

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.

Nick DeVore
  • 9,748
  • 3
  • 39
  • 41
  • Nick, thanks a lot for the answer. Looks like they have CI build for .NET applications too. – Ajit Singh Feb 13 '10 at 05:02
  • We just relaunched our hosted build offering at ProjectLocker for .NET and Java as well. You can sign up for a free consultation and setup at http://go.projectlocker.com/continuous-integration – brokenbeatnik Mar 13 '14 at 13:31
1

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

KMoraz
  • 14,004
  • 3
  • 49
  • 82
  • Thanks for the answer. TeamCity looks good too. However, i am looking for a Continous Integration hosting provider at a reasonable cost per month. Any suggestions for the provider and the price? – Ajit Singh Feb 04 '10 at 11:12
0

fazend.com offers a free hosted CI service, but only for Subversion at the moment.

yegor256
  • 102,010
  • 123
  • 446
  • 597