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