I have recently installed the new Azure development tools for Visual Studio 2010 service pack 1. Every time that I try to publish an existing website (using file system depl
Same problem with VS2017. You can try this, it worked for me.
search the keyword "WebApplication.targets"
COMMENT or REMOVE this line.(maybe two lines depending on "Condition")
In this step, it will prompt you to install some package about 500M...
After that, reload project, then it works!
I guess I just miss some components when I install VS 2017.
Also I notice the MSBuild Path is quite different in VS2017, but maybe that's not related to the problem cuz it uses relative path in the csproj file..