3 references to BuildAppHostAsync
aspire (2)
Commands\PublishCommandBase.cs (1)
145
var buildExitCode = await AppHostHelper.
BuildAppHostAsync
(_runner, InteractionService, effectiveAppHostFile, buildOptions, ExecutionContext.WorkingDirectory, cancellationToken);
Commands\RunCommand.cs (1)
160
var buildExitCode = await AppHostHelper.
BuildAppHostAsync
(_runner, InteractionService, effectiveAppHostFile, buildOptions, ExecutionContext.WorkingDirectory, cancellationToken);
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
409
await AppHostHelper.
BuildAppHostAsync
(testRunner, testInteractionService, appHostProjectFile, options, workspace.WorkspaceRoot, CancellationToken.None);