Skip to content

Commit 05023b8

Browse files
committed
Make 18.0 a promotable channel
1 parent e554a51 commit 05023b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,17 @@ public enum BuildQuality
15391539
targetFeeds: DotNetToolsFeeds,
15401540
symbolTargetType: SymbolPublishVisibility.Public,
15411541
flatten: false),
1542+
// VS 18.0
1543+
new TargetChannelConfig(
1544+
id: 7987,
1545+
isInternal: false,
1546+
publishingInfraVersion: PublishingInfraVersion.Latest,
1547+
akaMSChannelNames: [],
1548+
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
1549+
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
1550+
targetFeeds: DotNetToolsFeeds,
1551+
symbolTargetType: SymbolPublishVisibility.Public,
1552+
flatten: false),
15421553
};
15431554
#endregion
15441555
}

0 commit comments

Comments
 (0)