We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e554a51 commit 05023b8Copy full SHA for 05023b8
src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs
@@ -1539,6 +1539,17 @@ public enum BuildQuality
1539
targetFeeds: DotNetToolsFeeds,
1540
symbolTargetType: SymbolPublishVisibility.Public,
1541
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),
1553
};
1554
#endregion
1555
}
0 commit comments