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