1 write to ProjectRelativePath
Microsoft.Build.EndToEnd.Tests (1)
TestSolutionAsset.cs (1)
22
ProjectRelativePath
= projectFile;
3 references to ProjectRelativePath
Microsoft.Build.EndToEnd.Tests (3)
MultithreadedExecution_Tests.cs (1)
63
return new TestSolutionAsset(workFolder.Path, testAsset.
ProjectRelativePath
);
TestAssetsFixture.cs (1)
49
success.ShouldBeTrue($"Failed to restore test asset {asset.SolutionFolder}\\{asset.
ProjectRelativePath
}. Output:\n{output}");
TestSolutionAsset.cs (1)
29
internal string ProjectPath => Path.Combine(SolutionFolder,
ProjectRelativePath
);