MSDeploy 通过 FTP 发布
我想使用 MSDeploy,主要用于打包及其对同步的支持。当我合并到 git 中的主分支时,我使用 MSBuild 和 TeamCity 来自动发布。
不幸的是,目标似乎没有 IIS(也没有安装意愿)服务。所以,我最好的选择是FTP。 MSDeploy 是否支持 FTP 作为发布方法?或者我是否一直在使用 _CopyWebApplication 目标和 FtpUploadDirectoryContent MSBuild 社区任务?
谢谢 布莱斯·费舍尔
I'd like to use MSDeploy, mainly for packaging and its support for syncing. I'm using MSBuild, along with TeamCity, to automate publishing when I merge to the master branch in git.
Unfortunately, it doesn't look like the destination has the IIS (nor the will to install) services. So, my best option is FTP. Does MSDeploy support FTP as a publishing method? Or am I stuck using the _CopyWebApplication target and the FtpUploadDirectoryContent MSBuild Community Task?
Thanks
Bryce Fischer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,它是严格的 HTTP(S)。
No, it's strictly HTTP(S).