We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
TechNet。对于实用的操作方法,IIS.NET 是一个不错的选择。
不幸的是,关于如何在构建过程中自定义部署包的文档非常少。因此,我在我的博客上发布了一篇文章关于我最近在准备使用 Web Deploy 部署项目时的发现。
它包含其他文章的链接以及如何实现常见部署要求,包括版本/内部版本号的一些处理。
There is lots of reference documentation for command line use of the Web Deploy tool on TechNet. For practical how-to’s IIS.NET is the place to go.
Unfortunately, there's very little documentation on how to customize the deployment package during from the build. So, I've posted an article on my blog about my own findings while preping a project for deployment with Web Deploy recently.
It contains links to other articles as well as how to implement common deployment requirements, including some handling of version / build numbers.
我在博客中介绍了如何使用 MSDeploy 将 Web 应用程序从 TeamCity 部署到 IIS。
来自 TeamCity 的 Web 部署 (MS 部署) - http://www.geekytidbits .com/web-deploy-ms-deploy-from-teamcity/
I've blogged about how to use MSDeploy to deploy a web application to IIS from TeamCity.
Web Deploy (MS Deploy) from TeamCity - http://www.geekytidbits.com/web-deploy-ms-deploy-from-teamcity/
Sayed Hashimi 是我处理 MSBuild 和 MSDeploy 事务的最佳人选:
Hashimi 的博客
以及这里的一些有趣的文章:Vishal Joshi 的博客
Sayed Hashimi is my go to guy for all things MSBuild and MSDeploy:
Hashimi's Blog
and a number of interesting articles here:Vishal Joshi's Blog