2 references to ExecuteDockerfileFactoryAsync
Aspire.Hosting (2)
Dcp\ContainerCreator.cs (1)
933
await DockerfileHelper.
ExecuteDockerfileFactoryAsync
(dockerfileBuildAnnotation, modelContainerResource, executionContext.Services, cancellationToken).ConfigureAwait(false);
Publishing\ResourceContainerImageManager.cs (1)
460
await DockerfileHelper.
ExecuteDockerfileFactoryAsync
(dockerfileBuildAnnotation, resource, serviceProvider, cancellationToken).ConfigureAwait(false);