7 references to PublishCommandStrings
aspire (7)
Commands\PipelineCommandBase.cs (1)
78Description = PublishCommandStrings.ProjectArgumentDescription
Commands\PublishCommand.cs (5)
25PublishCommandStrings.SelectAPublisher, 38: base("publish", PublishCommandStrings.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier, executionContext, hostEnvironment) 44protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix; 45protected override string OperationFailedPrefix => PublishCommandStrings.OperationFailedPrefix; 46protected override string GetOutputPathDescription() => PublishCommandStrings.OutputPathArgumentDescription;
Resources\PublishCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.PublishCommandStrings", typeof(PublishCommandStrings).Assembly);