TFS 2015 visual studio build task does not support VS 2017

后端 未结 5 1032
别跟我提以往
别跟我提以往 2021-01-04 13:30

We have a build definition in TFS 2015 that have worked fine with Visual Studio 2015 projects and solutions. We have now decided to upgrade to Visual Studio 2017 and thus we

5条回答
  •  盖世英雄少女心
    2021-01-04 14:08

    I have a similiar issue and resolved by installing VS2017 in my build agent server and configuring MSBuild to point to my MSBuild 15.0 folder:

    1. Add MSBuild to your build steps
    2. On the Advanced options, expand and fill the 'Path to MSBuild' like the image below:

      C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin
      

提交回复
热议问题