2 references to WriteImageConfigAsync
Microsoft.NET.Build.Containers (2)
LocalDaemons\ContainerArchive.cs (2)
68await WriteImageConfigAsync(writer, image, configTarballPath, cancellationToken).ConfigureAwait(false); 256await WriteImageConfigAsync(writer, image, $"{BlobsPath}/{GetRequiredImageSha(image)}", cancellationToken).ConfigureAwait(false);