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