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