8 references to FeedConfigs
Microsoft.DotNet.Build.Tasks.Feed (7)
src\PublishArtifactsInManifestBase.cs (4)
392if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory)) 547HashSet<TargetFeedConfig> feedConfigsForSymbols = FeedConfigs[TargetFeedContentType.Symbols]; 789if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory)) 1013if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory))
src\PublishArtifactsInManifestV3.cs (3)
175if (!FeedConfigs.TryGetValue(categoryKey, out _)) 177FeedConfigs[categoryKey] = new HashSet<TargetFeedConfig>(); 180FeedConfigs[categoryKey].Add(feedConfig);
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishToSymbolServerTest.cs (1)
221task.FeedConfigs.Add(TargetFeedContentType.Symbols, feedConfigsForSymbols);