6 references to TestAssetsRootPath
Microsoft.Build.BuildCheck.UnitTests (6)
EndToEndTests.cs (6)
292
string checkCandidatePath = Path.Combine(
TestAssetsRootPath
, "CheckCandidate");
472
var checkCandidatePath = Path.Combine(
TestAssetsRootPath
, checkCandidate);
505
string checkCandidatePath = Path.Combine(
TestAssetsRootPath
, checkCandidate);
534
string checkCandidatePath = Path.Combine(
TestAssetsRootPath
, checkCandidate);
651
File.ReadAllText(Path.Combine(
TestAssetsRootPath
, testAssetsFolderName, fileName))
675
string configContent = File.ReadAllText(Path.Combine(
TestAssetsRootPath
, testAssetsFolderName, $"{EditorConfigFileName}test"));