Search code examples
msbuildtfsbuildtfs-2015

Display Project full path when build error occur on TFS2015 vNext Build


My TFS Server is TFS2015 Update2, I found VS build task only show project file name rather than prj full path. On my build definition there are lots of prjs in different directories, I have to download full build log to find where the prj is. Are there any config to control this out put info? Thanks.

This is what I have got now. Project File Name not full path

This is what I want to see. Correct FullPath


Solution

  • I found turn off this switch can display prj full path in build log:

    enter image description here