2 overrides of GetSuccessMessage
aspire (2)
Commands\DeployCommand.cs (1)
29
protected override string
GetSuccessMessage
(string fullyQualifiedOutputPath) => string.Format(CultureInfo.CurrentCulture, DeployCommandStrings.SuccessfullyDeployed, fullyQualifiedOutputPath);
Commands\PublishCommand.cs (1)
51
protected override string
GetSuccessMessage
(string fullyQualifiedOutputPath) => string.Format(CultureInfo.CurrentCulture, PublishCommandStrings.SuccessfullyPublishedArtifacts, fullyQualifiedOutputPath);