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