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); 385CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 672string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate"); 852var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 885string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 914string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 1086File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName)) 1110string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));