We have TFS 2013 on one server and have Visual Studio 2013 and Visual Studio 2017 together on another server. In the past, we built all of our applications with VS2013 but now some applications have been upgraded so we would like those to be built with VS2017.
How can I modify the build definition / template in TFS 2013 to build either with VS2013 or VS2017? We have tried changing some of the MSBuild's arguments but no luck.
Thank you.
msbuild someproj.proj /tv:12.0 /p:Configuration=Debug
See hoe the toolversion works, and it's order or precedence - Jayendran