Search code examples
.netasp.netcruisecontrol.netbuild-server

Free build servers for .NET


I've got the question... Are there any free build servers for .NET applications? We are starting project as remotely working team and right now we are searching for such solution. As far as it's an academic project we do not have funds to buy server and run CC.net on it.. Are there any charge free solutions? Or at least cheap ones...

I'm asking rather about the service on the internet, not software solution ;)


Solution

  • You may want to check out AppHarbor - when you deploy your latest changes using git or Mercurial, your application is built automatically and any unit tests you have in the solution are run. The application is deployed if the build and your unit tests succeed.

    They also have a dashboard to view / deploy any of your 10 most recent builds.

    Also: They have a free plan.