1 write to _runner
aspire (1)
Commands\PublishCommand.cs (1)
49
_runner
= runner;
3 references to _runner
aspire (3)
Commands\PublishCommand.cs (3)
95
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, cancellationToken);
108
var buildExitCode = await AppHostHelper.BuildAppHostAsync(
_runner
, _interactionService, effectiveAppHostProjectFile, buildOptions, cancellationToken);
133
var pendingRun =
_runner
.RunAsync(