Step-By-Step ASP.NET Automated Build/Deploy

后端 未结 7 1562
南方客
南方客 2020-12-07 10:54

Seems like there are so many different ways of automating one\'s build/deployment that it becomes difficult to parse through all the different scenarios that people support

相关标签:
7条回答
  • 2020-12-07 11:19

    I recently spent a few days working on automating deployments at my company.

    We use a combination of CruiseControl, NAnt, MSBuild to generate a release version of the app. Then a separate script uses MSDeploy and XCopy to backup the live site and transfer the new files over.

    Our solution is briefly described in an answer to this question Automate Deployment for Web Applications?

    0 讨论(0)
提交回复
热议问题