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