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