Skip to content

Commit 53a8b6c

Browse files
committed
remove invalid mediaType check
1 parent 37684cc commit 53a8b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.NET.Build.Containers/ContentStore.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public static string PathForDescriptor(Descriptor descriptor)
3838
=> ".tar.gz",
3939
"application/vnd.docker.image.rootfs.diff.tar"
4040
or "application/vnd.oci.image.layer.v1.tar"
41-
or ":application/vnd.docker.image.rootfs.foreign.diff.tar"
4241
=> ".tar",
4342
_ => throw new ArgumentException($"Unrecognized mediaType '{descriptor.MediaType}'")
4443
};

0 commit comments

Comments
 (0)