Skip to content

Commit

Permalink
Add preview 6 and 7 channels (#7336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed May 4, 2021
1 parent cc512d2 commit 0cfaf93
Showing 1 changed file with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,62 @@ public enum BuildQuality
PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6 Preview 6" ,
new TargetChannelConfig(
1963,
false,
PublishingInfraVersion.All,
"6.0-preview6",
FeedDotNet6Shipping,
FeedDotNet6Transport,
FeedDotNet6Symbols,
FeedForChecksums,
FeedForInstallers,
PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6.0.1xx SDK Preview 6",
new TargetChannelConfig(
1965,
false,
PublishingInfraVersion.All,
"6.0.1xx-preview6",
FeedDotNet6Shipping,
FeedDotNet6Transport,
FeedDotNet6Symbols,
FeedForChecksums,
FeedForInstallers,
PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6 Preview 7" ,
new TargetChannelConfig(
1964,
false,
PublishingInfraVersion.All,
"6.0-preview7",
FeedDotNet6Shipping,
FeedDotNet6Transport,
FeedDotNet6Symbols,
FeedForChecksums,
FeedForInstallers,
PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

// ".NET 6.0.1xx SDK Preview 7",
new TargetChannelConfig(
1966,
false,
PublishingInfraVersion.All,
"6.0.1xx-preview7",
FeedDotNet6Shipping,
FeedDotNet6Transport,
FeedDotNet6Symbols,
FeedForChecksums,
FeedForInstallers,
PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude),

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

0 comments on commit 0cfaf93

Please sign in to comment.