3 references to MakePathRelative
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
ObjectModel\TestResult.cs (1)
464_resultFiles[TrxFileHelper.MakePathRelative(resultFile, testResultsDirectory)] = null;
ObjectModel\TestRunConfiguration.cs (1)
145TrxFileHelper.MakePathRelative(_runDeploymentRoot, Path.GetDirectoryName(_runDeploymentRoot)!),
ObjectModel\UriDataAttachment.cs (1)
100var uriToUse = new Uri(TrxFileHelper.MakePathRelative(Uri.OriginalString, baseDirectory), UriKind.Relative);