62

I'm looking to set up a TeamCity server for continuously building a .NET web application. I already have hosting, so I don't want to get a whole new hosting account such as AppHarbor.

I don't maintain my own physical server, nor do I want to.

I also don't want to have to pay $50 or more per month for an entire dedicated Windows machine, just to host TeamCity.

I really don't care if it's slow and on a shared machine, as it's just continuous build which will be running in the background.

I'll want to have the outputs automatically deployed to a server of my choice through FTP.

Is there anyone on the market providing hosted TeamCity environments?

Jonathan
  • 32,202
  • 38
  • 137
  • 208
  • I think the main thing is here is, how much would you pay for it? – roundcrisis Jan 02 '13 at 22:52
  • 9
    I'm surprised JetBrains doesn't offer this, especially since they offer hosted YouTrack. You'd think there'd be a (paying) market for this, and it would behoove them to offer the 2 apps bundled. – Todd Menier Feb 06 '14 at 18:06

4 Answers4

33

AppVeyor CI provides hosted continuous integration for .NET developers.

Disclaimer: I'm the developer of this service.

Feodor Fitsner
  • 2,354
  • 16
  • 13
  • 3
    i think teamcity is the only CI sever right now with nuget deployment and an internal nuget feed server which i think gives them a distinct advantage over other CI implementations on the market right now – Chris McGrath Nov 27 '13 at 02:32
  • @ChrisMcGrath, [ProGet](http://inedo.com/proget) is an internal NuGet feed server that also does NuGet deployments. It can also be used with [BuildMaster](http://inedo.com/buildmaster/overview), made by the same group. I'm using BuildMaster for my main ASP.NET app and ProGet for internal libraries. They're both free; BuildMaster only for a limited number of users, applications, etc.. – Kenny Evitt Feb 28 '14 at 20:07
  • 2
    @chris-mcgrath I'm using AppVeyor's internal NuGet feeds with great successs. – Lilith River Dec 16 '14 at 20:28
11

If your open source project you can get a free account at Code Better http://codebetter.com/jameskovacs/2009/02/24/announcing-teamcity-codebetter-com/ I don't know of any for non open source.

Orn Kristjansson
  • 3,435
  • 4
  • 26
  • 40
0

Just came across BuildBox (now Buildkite) from a tweet from someone I follow. Seems like a suitable solution to this.

sjrd
  • 21,805
  • 2
  • 61
  • 91
Jonathan
  • 32,202
  • 38
  • 137
  • 208
0

OnCheckin.com offers Cloud Powered Continuous Deployment for.Net websites and services.

Disclosure: I am the developer and founder of this service.

Doug
  • 6,460
  • 5
  • 59
  • 83