Update table tool for preview7 (#20033)
This commit is contained in:
commit
a65b31a0c1
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ let inputBranches =
|
|||
[ { GitBranchName = "main"
|
||||
DisplayName = "main<br>(9.0.x Runtime)"
|
||||
AkaMsChannel = Some("9.0.1xx/daily") }
|
||||
{ GitBranchName = "release/9.0.1xx-preview6"
|
||||
DisplayName = "9.0.1xx-preview6<br>(9.0-preview6 Runtime)"
|
||||
AkaMsChannel = Some("9.0.1xx-preview6/daily") }
|
||||
{ GitBranchName = "release/9.0.1xx-preview7"
|
||||
DisplayName = "9.0.1xx-preview7<br>(9.0-preview7 Runtime)"
|
||||
AkaMsChannel = Some("9.0.1xx-preview7/daily") }
|
||||
{ GitBranchName = "release/8.0.4xx"
|
||||
DisplayName = "8.0.4xx<br>(8.0 Runtime)"
|
||||
AkaMsChannel = Some("8.0.4xx/daily") }]
|
||||
|
|
Loading…
Reference in a new issue