TFS 2015 visual studio build task does not support VS 2017

后端 未结 5 1037
别跟我提以往
别跟我提以往 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:26

    Just adding another thing: if you're using custom build template make sure to edit it and modify the ToolPath attribute value to:

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

提交回复
热议问题