Skip to content

Commit

Permalink
Add 9.0.3xx sdk channel (#15418)
Browse files Browse the repository at this point in the history
Co-authored-by: Forgind <[email protected]>
  • Loading branch information
v-wuzhai and Forgind authored Jan 15, 2025
1 parent fcbe4fd commit 612bd6f
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,28 @@ public enum BuildQuality
targetFeeds: DotNet9InternalFeeds,
symbolTargetType: SymbolPublishVisibility.Internal),

// .NET 9.0.3xx SDK,
new TargetChannelConfig(
id: 6417,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: ["9.0.3xx"],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNet9Feeds,
symbolTargetType: SymbolPublishVisibility.Public),

// .NET 9.0.3xx SDK Internal,
new TargetChannelConfig(
id: 6418,
isInternal: true,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: ["internal/9.0.3xx"],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNet9InternalFeeds,
symbolTargetType: SymbolPublishVisibility.Internal),

// .NET 9 RC 1
new TargetChannelConfig(
id: 5119,
Expand Down

0 comments on commit 612bd6f

Please sign in to comment.