10 references to TestAssetsRootPath
Microsoft.Build.BuildCheck.UnitTests (10)
EndToEndTests.cs (10)
165CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 275CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 380CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 662string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate"); 842var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 875string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 904string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 950var nugetTemplatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate", nugetTemplateName); 1076File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName)) 1100string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));