7 references to PublishCommandStrings
aspire (7)
Commands\PipelineCommandBase.cs (1)
78
Description =
PublishCommandStrings
.ProjectArgumentDescription
Commands\PublishCommand.cs (5)
25
PublishCommandStrings
.SelectAPublisher,
38
: base("publish",
PublishCommandStrings
.Description, runner, interactionService, projectLocator, telemetry, sdkInstaller, features, updateNotifier, executionContext, hostEnvironment)
44
protected override string OperationCompletedPrefix =>
PublishCommandStrings
.OperationCompletedPrefix;
45
protected override string OperationFailedPrefix =>
PublishCommandStrings
.OperationFailedPrefix;
46
protected override string GetOutputPathDescription() =>
PublishCommandStrings
.OutputPathArgumentDescription;
Resources\PublishCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.PublishCommandStrings", typeof(
PublishCommandStrings
).Assembly);