1 override of PublishInternalAsync
Aspire.Hosting.Tests (1)
Helpers\JsonDocumentManifestPublisher.cs (1)
18protected override async Task PublishInternalAsync(DistributedApplicationModel model, CancellationToken cancellationToken)
1 reference to PublishInternalAsync
Aspire.Hosting (1)
Publishing\ManifestPublisher.cs (1)
23await PublishInternalAsync(model, cancellationToken).ConfigureAwait(false);