Reputation: 579
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.
Upvotes: 1
Views: 182
Reputation: 31003
There is no setting or config to change this. In TFS 2015.3, you can see which folder the projects locate in Timeline:
If you want to get the local path for a project, you can check where you mapped the local path in Repository. For example the full local path for WebApplication2.csproj is $(build.sourcesDirectory)\WebApplication2\WebApplication2\WebApplication2.csproj
.
Upvotes: 0