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