Skip to content

Commit

Permalink
Create channels for 6.0.2xx SDK (#8130)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored Nov 2, 2021
1 parent 750b5db commit 2bbe0aa
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,26 @@ public enum BuildQuality
DotNet6InternalFeeds,
InternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6 SDK 6.0.2xx",
new TargetChannelConfig(
2434,
false,
PublishingInfraVersion.All,
"6.0.2xx",
DotNet6Feeds,
PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6 SDK 6.0.2xx Internal",
new TargetChannelConfig(
2435,
true,
PublishingInfraVersion.All,
"internal/6.0.2xx",
DotNet6InternalFeeds,
InternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6 Preview 1",
new TargetChannelConfig(
Expand Down

0 comments on commit 2bbe0aa

Please sign in to comment.