Configured Task in TFS as Visual Studio Build task and configred Version to the Visual Studio 2015. Still this is giving me an error -
"##[warning]Visual Studio version '14.0' not found. Falling back to version '10.0'."
I managed it to use with MSBuild task by giving manual path of msbuild 14.0. but, My Question is why build agent is taking version 10.0 from VS build task?
I found a link(reference link -TFSBuild 2013 unable to change msbuild version ) says It can be possible by playing with Registry. This is like Fix of this problem..How to configure msbuild 14.0 as my default builder?