2 overrides of GetSuccessMessage
aspire (2)
Commands\DeployCommand.cs (1)
27
protected override string
GetSuccessMessage
(string fullyQualifiedOutputPath) => string.Format(CultureInfo.CurrentCulture, DeployCommandStrings.SuccessfullyDeployed, fullyQualifiedOutputPath);
Commands\PublishCommand.cs (1)
49
protected override string
GetSuccessMessage
(string fullyQualifiedOutputPath) => string.Format(CultureInfo.CurrentCulture, PublishCommandStrings.SuccessfullyPublishedArtifacts, fullyQualifiedOutputPath);
1 reference to GetSuccessMessage
aspire (1)
Commands\PublishCommandBase.cs (1)
165
_interactionService.DisplaySuccess(
GetSuccessMessage
(fullyQualifiedOutputPath));