3 references to DotNetCommand
Microsoft.Agents.AI.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\DotNetNewCommand.cs (1)
15
:
base
(["new", .. args])
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
99
var restoreResult = await new
DotNetCommand
("restore")
116
var buildResult = await new
DotNetCommand
("build", "--no-restore")