8 references to PublishCommandStrings
aspire (8)
Commands\PipelineCommandBase.cs (2)
38protected static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", PublishCommandStrings.ProjectArgumentDescription); 60Description = PublishCommandStrings.NoBuildArgumentDescription
Commands\PublishCommand.cs (5)
28PublishCommandStrings.SelectAPublisher, 43: base("publish", PublishCommandStrings.Description, runner, interactionService, projectLocator, telemetry, features, updateNotifier, executionContext, hostEnvironment, projectFactory, configuration, logger, ansiConsole) 48protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix; 49protected override string OperationFailedPrefix => PublishCommandStrings.OperationFailedPrefix; 50protected 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);