2 references to BuildAppHostAsync
aspire (2)
Commands\PublishCommand.cs (1)
78
var buildExitCode = await AppHostHelper.
BuildAppHostAsync
(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken);
Commands\RunCommand.cs (1)
93
var buildExitCode = await AppHostHelper.
BuildAppHostAsync
(_runner, _interactionService, effectiveAppHostProjectFile, cancellationToken);