7 references to PublishCommandStrings
aspire (7)
Commands\PipelineCommandBase.cs (1)
89Description = PublishCommandStrings.ProjectArgumentDescription
Commands\PublishCommand.cs (5)
27PublishCommandStrings.SelectAPublisher, 40: base("publish", PublishCommandStrings.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier, executionContext, hostEnvironment, projectFactory, logger, ansiConsole) 46protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix; 47protected override string OperationFailedPrefix => PublishCommandStrings.OperationFailedPrefix; 48protected 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);