3 references to BuildAppHostAsync
aspire (2)
Projects\DotNetAppHostProject.cs (2)
1759var buildExitCode = await AppHostHelper.BuildAppHostAsync(_runner, _interactionService, effectiveAppHostFile, noRestore, buildEnvironment, buildOptions, context.WorkingDirectory, cancellationToken); 2426var buildExitCode = await AppHostHelper.BuildAppHostAsync(
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
3208await AppHostHelper.BuildAppHostAsync(testRunner, testInteractionService, appHostProjectFile, noRestore: false, env: null, options, workspace.WorkspaceRoot, CancellationToken.None).DefaultTimeout();