How to deploy after a build with TeamCity?

前端 未结 5 1359
忘掉有多难
忘掉有多难 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:35

    Typically what I do is to create a Wix installer. A Wix project can be build with MsBuild so you should have no problems there.

    Also I would recommend looking at the following MsBuild extensions for the automated deployment:

    http://www.codeplex.com/MSBuildExtensionPack
    http://msbuildtasks.tigris.org/

    I hope this helps.

提交回复
热议问题