Anyone know of a hosted TeamCity build provider?

Continuous IntegrationHostingTeamcity

Continuous Integration Problem Overview


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?

Continuous Integration Solutions


Solution 1 - Continuous Integration

AppVeyor CI provides hosted continuous integration for .NET developers.

Disclaimer: I'm the developer of this service.

Solution 2 - Continuous Integration

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.

Solution 3 - Continuous Integration

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

Solution 4 - Continuous Integration

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

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJonathanView Question on Stackoverflow
Solution 1 - Continuous IntegrationFeodor FitsnerView Answer on Stackoverflow
Solution 2 - Continuous IntegrationOrn KristjanssonView Answer on Stackoverflow
Solution 3 - Continuous IntegrationJonathanView Answer on Stackoverflow
Solution 4 - Continuous IntegrationDougView Answer on Stackoverflow