3 overrides of GetProgressMessage
aspire (3)
Commands\DeployCommand.cs (1)
87protected override string GetProgressMessage(ParseResult parseResult)
Commands\DoCommand.cs (1)
68protected override string GetProgressMessage(ParseResult parseResult)
Commands\PublishCommand.cs (1)
79protected override string GetProgressMessage(ParseResult parseResult) => "Executing step \"publish\"";
1 reference to GetProgressMessage
aspire (1)
Commands\PipelineCommandBase.cs (1)
213var backchannel = await InteractionService.ShowStatusAsync($":hammer_and_wrench: {GetProgressMessage(parseResult)}", async () =>