9 references to TestAssetsRootPath
Microsoft.Build.BuildCheck.UnitTests (9)
EndToEndTests.cs (9)
163CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 273CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 374CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 656string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate"); 836var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 869string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 898string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 1046File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName)) 1070string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));