9 references to PublishCommandStrings
aspire (9)
Commands\DeployCommand.cs (1)
34protected override string GetProgressMessage() => PublishCommandStrings.GeneratingArtifacts;
Commands\PublishCommand.cs (6)
25PublishCommandStrings.SelectAPublisher, 38: base("publish", PublishCommandStrings.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier) 44protected override string OperationCompletedPrefix => PublishCommandStrings.OperationCompletedPrefix; 45protected override string OperationFailedPrefix => PublishCommandStrings.OperationFailedPrefix; 47protected override string GetOutputPathDescription() => PublishCommandStrings.OutputPathArgumentDescription; 56protected override string GetProgressMessage() => PublishCommandStrings.GeneratingArtifacts;
Commands\PublishCommandBase.cs (1)
60Description = PublishCommandStrings.ProjectArgumentDescription
Resources\PublishCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.PublishCommandStrings", typeof(PublishCommandStrings).Assembly);