Skip to content

Commit 0c8f498

Browse files
pavel-purmaPavel Purma
andauthored
Feed configuration for .NET 10 UB Channel (#15263)
Co-authored-by: Pavel Purma <[email protected]>
1 parent 4b52694 commit 0c8f498

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,16 @@ public enum BuildQuality
925925
symbolTargetType: SymbolPublishVisibility.Public,
926926
filenamesToExclude: FilenamesToExclude),
927927

928+
// .NET 10 UB,
929+
new TargetChannelConfig(
930+
id: 5708,
931+
isInternal: false,
932+
publishingInfraVersion: PublishingInfraVersion.Latest,
933+
akaMSChannelNames: new List<string>(),
934+
targetFeeds: DotNet10Feeds,
935+
symbolTargetType: SymbolPublishVisibility.Public,
936+
filenamesToExclude: FilenamesToExclude),
937+
928938
// .NET Core Experimental,
929939
new TargetChannelConfig(
930940
id: 562,

0 commit comments

Comments
 (0)