1 write to _templatePackageName
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
38
_templatePackageName
= configuration.TemplatePackageName;
2 references to _templatePackageName
Microsoft.McpServer.ProjectTemplates.Tests (2)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
58
var installResult = await new DotNetNewCommand("install",
_templatePackageName
)
65
installResult.AssertSucceeded($"dotnet new install {
_templatePackageName
}");