2 overrides of GetSuccessMessage
aspire (2)
Commands\DeployCommand.cs (1)
27protected override string GetSuccessMessage(string fullyQualifiedOutputPath) => string.Format(CultureInfo.CurrentCulture, DeployCommandStrings.SuccessfullyDeployed, fullyQualifiedOutputPath);
Commands\PublishCommand.cs (1)
49protected 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));