Using MSDeploy/Web Deploy as Publish method in Visual Studio with multiple users
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Is it possible to use web deploy from multiple developer PC's? When we try to do so it seems we need to re-publish everything when someone else wants to do a deploy. Are we doing something wrong, is there a way around this, or what would be a recommended approach in our scenario? I'm aware that deploying from a central location is a better founded solution, but unfortunately this is not an option at the moment. 回答1: Using Visual Studio, no. The current build scripts don't have a way of providing the necessary flag to MSDeploy. If you are