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 3108793 commit e641f8eCopy full SHA for e641f8e
scripts/channel_map.py
@@ -2,6 +2,26 @@
2
3
class ChannelMap():
4
channel_map = {
5
+ 'release/7.0-preview8': {
6
+ 'tfm': 'net7.0',
7
+ 'branch': '7.0.1xx',
8
+ 'quality': 'daily'
9
+ },
10
+ 'release/7.0-preview7': {
11
12
13
14
15
+ 'release/7.0-preview6': {
16
17
18
19
20
+ 'release/7.0-preview5': {
21
22
23
24
25
'release/7.0-preview4': {
26
'tfm': 'net7.0',
27
'branch': '7.0.1xx',
0 commit comments