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);
656string checkCandidatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate");
836var checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate);
869string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate);
898string checkCandidatePath = Path.Combine(TestAssetsRootPath, checkCandidate);
944var nugetTemplatePath = Path.Combine(TestAssetsRootPath, "CheckCandidate", nugetTemplateName);
1046File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, fileName))
1070string configContent = File.ReadAllText(Path.Combine(TestAssetsRootPath, testAssetsFolderName, $"{EditorConfigFileName}test"));