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