1 write to ContentType
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetFeedConfig.cs (1)
97
ContentType
= contentType;
6 references to ContentType
Microsoft.DotNet.Build.Tasks.Feed (6)
src\model\TargetFeedConfig.cs (4)
115
(
ContentType
== other.
ContentType
) &&
134
return (
ContentType
,
151
$"\n Content-type: '{
ContentType
}' " +
src\PublishArtifactsInManifestV3.cs (1)
178
TargetFeedContentType categoryKey = feedConfig.
ContentType
;
src\PublishArtifactsInManifestV4.cs (1)
173
TargetFeedContentType categoryKey = feedConfig.
ContentType
;