1 write to _runner
aspire (1)
Commands\PublishCommandBase.cs (1)
51
_runner
= runner;
3 references to _runner
aspire (3)
Commands\PublishCommandBase.cs (3)
112
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, _telemetry, ExecutionContext.WorkingDirectory, cancellationToken);
125
var buildExitCode = await AppHostHelper.BuildAppHostAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, buildOptions, ExecutionContext.WorkingDirectory, cancellationToken);
148
var pendingRun =
_runner
.RunAsync(