1 write to _runner
aspire (1)
Commands\PublishCommandBase.cs (1)
36
_runner
= runner;
3 references to _runner
aspire (3)
Commands\PublishCommandBase.cs (3)
94
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);
107
var buildExitCode = await AppHostHelper.BuildAppHostAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
132
var pendingRun =
_runner
.RunAsync(