Skip to content

Commit

Permalink
Make VS 17.9 promotable
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Sep 25, 2023
1 parent 785c2dd commit 6e9dd85
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,16 @@ public enum BuildQuality
symbolTargetType: PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude,
flatten: false),
// VS 17.9,
new TargetChannelConfig(
id: 3583,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: new List<string>(),
targetFeeds: DotNetToolsFeeds,
symbolTargetType: PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude,
flatten: false),
};
#endregion
}
Expand Down

0 comments on commit 6e9dd85

Please sign in to comment.