WebDeploy with MSBuild Not Deploying from TeamCity

前端 未结 6 1458
不思量自难忘°
不思量自难忘° 2021-02-08 13:34

I am trying to use MSDeploy to deploy an MVC project to the server using TeamCity. When I do this on my computer in powershell, using the following command:

msbu         


        
6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-08 14:01

    Ensure that you have the Microsoft Web Developer Tools feature installed for Visual Studio. This was missing on my build agent but once I added it the TeamCity build worked just fine.

提交回复
热议问题