TFS build definition not deploying mvc application to IIS

后端 未结 2 1700
南方客
南方客 2021-01-15 04:18

I am attempting to use Visual Studio\'s Team Explorer and TFS to create a Build Definition to deploy a MVC site to IIS.

I followed the Pluralsight tutorial called \'

2条回答
  •  广开言路
    2021-01-15 04:37

    I solved the problem by examining the contents on my local machine and the comparing it with the build server.

    I found that the 'Web' and 'WebApplication' folders on my local machine at 'C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0' were not present in the same location on the build server.

    Once I copied and pasted them across my build worked and the mvc site was deployed to IIS as expected.

提交回复
热议问题