How to deploy after a build with TeamCity?

前端 未结 5 1419
忘掉有多难
忘掉有多难 2021-01-29 18:32

I\'m setting up TeamCity as my build server.

I have my project set up, it is updating correctly from subversion, and building ok.

So what\'s next?

Ide

5条回答
  •  既然无缘
    2021-01-29 18:45

    I've written a pretty long blog post on this very topic that may interest you:

    http://www.diaryofaninja.com/blog/2010/05/09/automated-site-deployments-with-teamcity-deployment-projects-amp-svn

    basically:

    • install web deployment projects
    • add web deployment project to your solution
    • setup the solution configuration manager to have a "Deployment" build configuration
    • get team city to use this build switch when running the build
    • have a beer and wonder in glory at your automagical awesomenesss

提交回复
热议问题