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