2 references to ExecuteDockerfileFactoryAsync
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
1550
await DockerfileHelper.
ExecuteDockerfileFactoryAsync
(dockerfileBuildAnnotation, modelContainerResource, serviceProvider, cancellationToken).ConfigureAwait(false);
Publishing\ManifestPublishingContext.cs (1)
309
await DockerfileHelper.
ExecuteDockerfileFactoryAsync
(annotation, container, ExecutionContext.ServiceProvider, CancellationToken).ConfigureAwait(false);