2 references to DotNetNewCommand
Microsoft.Agents.AI.Templates.Tests (2)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
58
var installResult = await new
DotNetNewCommand
("install", _configuration.TemplatePackageName)
81
var newProjectResult = await new
DotNetNewCommand
(dotNetNewCommandArgs)