3 references to AddPublisher
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (2)
371this.AddPublisher<ManifestPublisher, PublishingOptions>("manifest"); 372this.AddPublisher<Publisher, PublishingOptions>("default");
DistributedApplicationExecutionContext.cs (1)
26/// <param name="publisherName">The name of the publisher being used for the publish operation. This corresponds to publishers added via the <see cref="PublisherDistributedApplicationBuilderExtensions.AddPublisher{TPublisher, TPublisherOptions}(IDistributedApplicationBuilder, string, Action{TPublisherOptions})"/> extension method.</param>