2 references to CodeBaseRoot
dotnet-new.IntegrationTests (2)
BaseIntegrationTest.cs (1)
42public static string RepoTemplatePackages { get; } = VerifyExists(Path.Combine(CodeBaseRoot, "template_feed"));
DotnetNewTestTemplatesTests.cs (1)
33private static readonly string PackagesJsonPath = Path.Combine(CodeBaseRoot, "test", "TestPackages", "cgmanifest.json");