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