2 references to DotnetNewTestAssets
Microsoft.TemplateEngine.Cli.UnitTests (2)
BaseTest.cs (2)
16
public static string DotnetNewTestPackagesBasePath { get; } = VerifyExists(Path.Combine(
DotnetNewTestAssets
, "nupkg_templates"));
21
public static string DotnetNewTestTemplatesBasePath { get; } = VerifyExists(Path.Combine(
DotnetNewTestAssets
, "test_templates"));