1 write to RunDeploymentRootDirectory
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
577
testrunConfig.
RunDeploymentRootDirectory
= runDeploymentRoot;
4 references to RunDeploymentRootDirectory
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
ObjectModel\TestRun.cs (1)
182
if (string.IsNullOrEmpty(RunConfiguration.
RunDeploymentRootDirectory
))
TrxLogger.cs (1)
540
var baseName = LoggerTestRun.RunConfiguration.
RunDeploymentRootDirectory
;
Utility\Converter.cs (2)
440
string runDirectoryName = Path.Combine(trxFileDirectory, testRun.RunConfiguration!.
RunDeploymentRootDirectory
);
497
string runDirectoryName = Path.Combine(trxFileDirectory, testRun.RunConfiguration!.
RunDeploymentRootDirectory
);