2 implementations of BuildImagesAsync
Aspire.Hosting (1)
Publishing\ResourceContainerImageBuilder.cs (1)
44
public async Task
BuildImagesAsync
(IEnumerable<IResource> resources, CancellationToken cancellationToken)
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
484
public Task
BuildImagesAsync
(IEnumerable<IResource> resources, CancellationToken cancellationToken)
1 reference to BuildImagesAsync
Aspire.Hosting.Docker (1)
DockerComposePublishingContext.cs (1)
125
await ImageBuilder.
BuildImagesAsync
(containerImagesToBuild, cancellationToken).ConfigureAwait(false);