Why do I get the error “The target GatherAllFilesToPublish does not exist”?

前端 未结 19 1481
走了就别回头了
走了就别回头了 2020-12-07 18:21

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

19条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 18:44

    Right click the project and select Edit (project name).csproj. (e.g. Edit in notepad) Look for Add the following above the line.

    13.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) Save and Reload project.

    This really work for me, Thanks

提交回复
热议问题