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