Update the table for 9.0 main and rc2.
This commit is contained in:
parent
ebebad79b1
commit
6a9536afe5
2 changed files with 148 additions and 148 deletions
|
@ -7,11 +7,11 @@ open TableGenerator.Table
|
|||
|
||||
let inputBranches =
|
||||
[ { GitBranchName = "main"
|
||||
DisplayName = "main<br>(8.0.x Runtime)"
|
||||
DisplayName = "main<br>(9.0.x Runtime)"
|
||||
AkaMsChannel = Some("9.0.1xx/daily") }
|
||||
{ GitBranchName = "release/8.0.1xx"
|
||||
DisplayName = "8.0.1xx-rc2<br>(8.0-rc2 Runtime)"
|
||||
AkaMsChannel = Some("8.0.1xx/daily") }
|
||||
{ GitBranchName = "release/8.0.1xx-preview7"
|
||||
DisplayName = "8.0.1xx-preview7<br>(8.0-preview7 Runtime)"
|
||||
AkaMsChannel = Some("8.0.1xx-preview7/daily") }
|
||||
{ GitBranchName = "release/7.0.4xx"
|
||||
DisplayName = "Release/7.0.4xx<br>(7.0.x Runtime)"
|
||||
AkaMsChannel = Some("7.0.4xx/daily") }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue