3 overrides of GetOutputPathDescription
aspire (3)
Commands\DeployCommand.cs (1)
38
protected override string
GetOutputPathDescription
() => DeployCommandStrings.OutputPathArgumentDescription;
Commands\DoCommand.cs (1)
31
protected override string
GetOutputPathDescription
() => DoCommandStrings.OutputPathArgumentDescription;
Commands\PublishCommand.cs (1)
46
protected override string
GetOutputPathDescription
() => PublishCommandStrings.OutputPathArgumentDescription;
1 reference to GetOutputPathDescription
aspire (1)
Commands\PipelineCommandBase.cs (1)
79
Description =
GetOutputPathDescription
()