1 write to ContentType
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetFeedConfig.cs (1)
78
ContentType
= contentType;
5 references to ContentType
Microsoft.DotNet.Build.Tasks.Feed (5)
src\model\TargetFeedConfig.cs (4)
96
(
ContentType
== other.
ContentType
) &&
121
return (
ContentType
, Type, AssetSelection, Isolated, Internal, AllowOverwrite, string.Join(" ", LatestLinkShortUrlPrefixes), TargetURL, Token, Flatten, string.Join(" ", FilenamesToExclude)).GetHashCode();
127
$"\n Content-type: '{
ContentType
}' " +
src\PublishArtifactsInManifestV3.cs (1)
174
TargetFeedContentType categoryKey = feedConfig.
ContentType
;