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