WebDeploy with MSBuild Not Deploying from TeamCity

前端 未结 6 1369
不思量自难忘°
不思量自难忘° 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:06

    This can happen when the build target paths are missing from your MSBuild directory. Instead of trying to get those to line up on every developer machine, install the targets from the Nuget. That way it will always be the same for everyone, regardless of how their machine is setup.

提交回复
热议问题