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