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