The imported project Microsoft.WebApplications.targets was not found

后端 未结 10 1128
野的像风
野的像风 2021-01-07 18:15

I have this error when configuring continuous integration in TFS server, but found the answer already. Maybe this will help others:

The imported project \"C:         


        
10条回答
  •  遥遥无期
    2021-01-07 18:37

    You need to either...

    1. Install Visual Studio on your build machine, or
    2. Manually copy the contents of the MSBuild\Visual Studio\v10.0\WebApplications folder to the same location on your build machine.

提交回复
热议问题