1 write to ContentType
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetFeedConfig.cs (1)
81ContentType = contentType;
5 references to ContentType
Microsoft.DotNet.Build.Tasks.Feed (5)
src\model\TargetFeedConfig.cs (4)
99(ContentType == other.ContentType) && 118return (ContentType, 135$"\n Content-type: '{ContentType}' " +
src\PublishArtifactsInManifestV3.cs (1)
174TargetFeedContentType categoryKey = feedConfig.ContentType;