5 overrides of GetOutputPathDescription
aspire (5)
Commands\DeployCommand.cs (1)
35
protected override string
GetOutputPathDescription
() => DeployCommandStrings.OutputPathArgumentDescription;
Commands\DestroyCommand.cs (1)
37
protected override string
GetOutputPathDescription
() => DestroyCommandStrings.OutputPathArgumentDescription;
Commands\DoCommand.cs (1)
58
protected override string
GetOutputPathDescription
() => DoCommandStrings.OutputPathArgumentDescription;
Commands\PublishCommand.cs (1)
50
protected override string
GetOutputPathDescription
() => PublishCommandStrings.OutputPathArgumentDescription;
Commands\RenderCommand.cs (1)
822
protected override string
GetOutputPathDescription
() => "Test output path";
1 reference to GetOutputPathDescription
aspire (1)
Commands\PipelineCommandBase.cs (1)
107
Description =
GetOutputPathDescription
()