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