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