MSBuild target package not found

后端 未结 7 1239
星月不相逢
星月不相逢 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:24

    You need to have .Net 4.0 installed on the build server. The .Net 4.0 install will put the new MSBuild 4.0 which supports packaging web application projects.

    Also, when you are running msbuild.exe make sure you are running the one that sits in the .Net 4.0 framework folder.

    0 讨论(0)
提交回复
热议问题