10 references to TestAssetsRootPath
Microsoft.Build.BuildCheck.UnitTests (10)
EndToEndTests.cs (10)
164CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 274CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 386CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 673string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate"); 853var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 886string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 915string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 961var nugetTemplatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate", nugetTemplateName); 1087File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName)) 1111string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));