10 references to TestAssetsRootPath
Microsoft.Build.BuildCheck.UnitTests (10)
EndToEndTests.cs (10)
164FileUtilities.CopyDirectory(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 259FileUtilities.CopyDirectory(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 371FileUtilities.CopyDirectory(Path.Combine(TestAssetsRootPath, testAssetsFolderName), workFolder.Path); 658string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate"); 838var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 871string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 900string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate); 946var nugetTemplatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate", nugetTemplateName); 1077File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName)) 1101string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));