10 references to TestAssetsRootPath
Microsoft.Build.BuildCheck.UnitTests (10)
EndToEndTests.cs (10)
162CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 272CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 377CopyFilesRecursively(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 659string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate"); 839var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 872string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 901string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 947var nugetTemplatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate", nugetTemplateName); 1049File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName)) 1073string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));