Anyone know of a hosted TeamCity build provider?

Jonathan picture Jonathan · Oct 25, 2011 · Viewed 15.8k times · Source

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?

Answer

Feodor Fitsner picture Feodor Fitsner · Oct 2, 2013

AppVeyor CI provides hosted continuous integration for .NET developers.

Disclaimer: I'm the developer of this service.