vs2015 FTP publish changed files

ぃ、小莉子 提交于 2019-12-10 13:19:06

问题


Unfortunately I don't have the luxury to use Web Deploy on a server. How can I update only the changed files over FTP in Visual Studio 2015?

Sounds like a question which has already been answered, right? Well I found questions for previous versions without good answers but that it is possible for publishing individual files.I still did not found a solution to publishing changed files over FTP. Is is just still not there over these years?

There is this option to allow Pre compile during publishing. But this does not have any effect with the default settings.

I am now just publishing it locally, then publish it using FileZilla because that one offers an option to only "overwrite if newer". Would be better to have this automated in VS.

Is there perhaps a possibility to use Web Deploy's logic over FTP?

来源:https://stackoverflow.com/questions/34520512/vs2015-ftp-publish-changed-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!