Update the main table for rc1, rc2, 8.0, and remove 6.0.400
This commit is contained in:
parent
e1e7d71272
commit
b1af93de7b
2 changed files with 217 additions and 217 deletions
|
@ -7,14 +7,14 @@ open TableGenerator.Table
|
|||
|
||||
let inputBranches =
|
||||
[ { GitBranchName = "main"
|
||||
DisplayName = "main<br>(7.0.x Runtime)"
|
||||
DisplayName = "main<br>(8.0.x Runtime)"
|
||||
AkaMsChannel = Some("8.0.1xx/daily") }
|
||||
{ GitBranchName = "release/7.0.1xx"
|
||||
DisplayName = "Release/7.0.1xx<br>(7.0.x Runtime)"
|
||||
AkaMsChannel = Some("7.0.1xx/daily") }
|
||||
{ GitBranchName = "release/7.0.1xx-preview7"
|
||||
DisplayName = "Release/7.0.1xx-preview7<br>(7.0.x Runtime)"
|
||||
AkaMsChannel = Some("7.0.1xx-preview7/daily") }
|
||||
{ GitBranchName = "release/6.0.4xx"
|
||||
DisplayName = "Release/6.0.4XX<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("6.0.4xx/daily") }]
|
||||
{ GitBranchName = "release/7.0.1xx-rc1"
|
||||
DisplayName = "Release/7.0.1xx-rc1<br>(7.0.x Runtime)"
|
||||
AkaMsChannel = Some("7.0.1xx-rc1/daily") }]
|
||||
|
||||
|
||||
let referentNotes = """Reference notes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue