Skip to content

Commit

Permalink
add publishing for 6.0.3xx SDK channels
Browse files Browse the repository at this point in the history
  • Loading branch information
riarenas committed Jan 25, 2022
1 parent 86a931a commit 26f764c
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,26 @@ public enum BuildQuality
InternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6 SDK 6.0.3xx",
new TargetChannelConfig(
2551,
false,
PublishingInfraVersion.All,
new List<string>() { "6.0.3xx", "6.0" },
DotNet6Feeds,
PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6 SDK 6.0.3xx Internal",
new TargetChannelConfig(
2552,
true,
PublishingInfraVersion.All,
new List<string>() { "internal/6.0.3xx", "internal/6.0" },
DotNet6InternalFeeds,
InternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 5" (public),
new TargetChannelConfig(
1299,
Expand Down

0 comments on commit 26f764c

Please sign in to comment.