MSBuild target package not found

后端 未结 7 1269
星月不相逢
星月不相逢 2020-11-27 15:26

I want to package my VS2010 web application project ready for deployment with msdeploy. On development machine I can do this using:

MSBuild.exe \"C:\\path\\t         


        
7条回答
  •  余生分开走
    2020-11-27 16:06

    Also consider using msbuild with version, corresponding to Web Deployment tool version. I have faced same problem as the OP. The solution was to change msbuild from 4.5 to 4.0 on buildServer.

提交回复
热议问题