Skip to content

Commit e641f8e

Browse files
authored
Add channel mapping for release/7.0-preview5-8 (#2399)
1 parent 3108793 commit e641f8e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

scripts/channel_map.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
class ChannelMap():
44
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+
'tfm': 'net7.0',
12+
'branch': '7.0.1xx',
13+
'quality': 'daily'
14+
},
15+
'release/7.0-preview6': {
16+
'tfm': 'net7.0',
17+
'branch': '7.0.1xx',
18+
'quality': 'daily'
19+
},
20+
'release/7.0-preview5': {
21+
'tfm': 'net7.0',
22+
'branch': '7.0.1xx',
23+
'quality': 'daily'
24+
},
525
'release/7.0-preview4': {
626
'tfm': 'net7.0',
727
'branch': '7.0.1xx',

0 commit comments

Comments
 (0)