2 references to BuildAppHostAsync
aspire (2)
Commands\PublishCommandBase.cs (1)
117
var buildExitCode = await AppHostHelper.
BuildAppHostAsync
(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
Commands\RunCommand.cs (1)
112
var buildExitCode = await AppHostHelper.
BuildAppHostAsync
(_runner, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);