Add the main builds to the installer table.
This commit is contained in:
parent
e9cc9cc9e3
commit
8ad9f2ebc2
2 changed files with 98 additions and 16 deletions
|
@ -6,7 +6,10 @@ open TableGenerator.Reference
|
|||
open TableGenerator.Table
|
||||
|
||||
let inputBranches =
|
||||
[ { GitBranchName = "release/6.0.1xx"
|
||||
[ { GitBranchName = "main"
|
||||
DisplayName = "main<br>(7.0.x Runtime)"
|
||||
AkaMsChannel = Some("7.0.1xx/daily") }
|
||||
{ GitBranchName = "release/6.0.1xx"
|
||||
DisplayName = "Release/6.0.1XX<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("6.0.1xx/daily") }
|
||||
{ GitBranchName = "release/6.0.1xx-rc1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue