Implemented interface member:
method
PromptForPublisherAsync
Aspire.Cli.Commands.IPublishCommandPrompter.PromptForPublisherAsync(System.Collections.Generic.IEnumerable<System.String>, System.Threading.CancellationToken)
2 overrides of PromptForPublisherAsync
Aspire.Cli.Tests (2)
Commands\DeployCommandTests.cs (1)
266
public override Task<string>
PromptForPublisherAsync
(IEnumerable<string> publishers, CancellationToken cancellationToken)
Commands\PublishCommandTests.cs (1)
240
public override Task<string>
PromptForPublisherAsync
(IEnumerable<string> publishers, CancellationToken cancellationToken)