The team uses the TFS 2015 vNext build system to manage our CI build. We want to use some script to analyze the test results. But the test results folder is always called a GUID, which is automatically assigned to each assembly. For instance:

Is there any way to get which specific folder or several folders are used to store test results only for the current build run during build execution, for example, using some variables?
source
share