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