8 references to PublishCommandStrings
aspire (8)
Commands\PipelineCommandBase.cs (2)
52protected static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", PublishCommandStrings.ProjectArgumentDescription); 73Description = PublishCommandStrings.NoBuildArgumentDescription
Commands\PublishCommand.cs (5)
27PublishCommandStrings.SelectAPublisher, 43: base("publish", PublishCommandStrings.Description, runner, projectLocator, features, hostEnvironment, projectFactory, configuration, logger, ansiConsole, services) 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);