3 references to DotNetCommand
Microsoft.Extensions.AI.Templates.Tests (3)
Infrastructure\DotNetNewCommand.cs (1)
15
:
base
(["new", .. args])
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
95
var restoreResult = await new
DotNetCommand
("restore")
105
var buildResult = await new
DotNetCommand
("build", "--no-restore")