10 references to TestAssetsRootPath
Microsoft.Build.BuildCheck.UnitTests (10)
EndToEndTests.cs (10)
163CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 273CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 374CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 587string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate"); 767var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 800string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 829string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 875var nugetTemplatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate", nugetTemplateName); 974File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName)) 998string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));