1 write to SolutionFolder
Microsoft.Build.EndToEnd.Tests (1)
TestSolutionAsset.cs (1)
21SolutionFolder = solutionFolder;
8 references to SolutionFolder
Microsoft.Build.EndToEnd.Tests (8)
MultithreadedExecution_Tests.cs (6)
52string sourceAssetDir = Path.Combine(_testAssetDir, testAsset.SolutionFolder); 97success.ShouldBeTrue($"Build failed with args '{multithreadingArgs}' for {testAsset.SolutionFolder}. Output:\n{output}"); 99_output.WriteLine($"Built {testAsset.SolutionFolder} with arguments {multithreadingArgs}."); 128string binlogPath = Path.Combine(isolatedAsset.SolutionFolder, "build.binlog"); 136success.ShouldBeTrue($"Build failed with args '{multithreadingArgs}' for {testAsset.SolutionFolder}. Output:\n{output}."); 150_output.WriteLine($"Built and replayed {testAsset.SolutionFolder} with arguments {multithreadingArgs}.");
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);