1 write to Type
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetFeedConfig.cs (1)
83
Type
= type;
8 references to Type
Microsoft.DotNet.Build.Tasks.Feed (8)
src\AssetPublisherFactory.cs (1)
26
switch (feedConfig.
Type
)
src\model\TargetFeedConfig.cs (4)
101
(
Type
== other.
Type
) &&
119
Type
,
136
$"\n Feed-type: '{
Type
}' " +
src\PublishArtifactsInManifestBase.cs (3)
799
switch (feedConfig.
Type
)
811
$"Unknown target feed type for category '{category}': '{feedConfig.
Type
}'.");
1471
if (feedConfig.
Type
== FeedType.AzureStorageContainer &&