Add the main builds to the installer table.

This commit is contained in:
Marc Paine 2021-08-27 15:42:38 -07:00
parent e9cc9cc9e3
commit 8ad9f2ebc2
2 changed files with 98 additions and 16 deletions

View file

@ -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&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx/daily") }
{ GitBranchName = "release/6.0.1xx"
DisplayName = "Release/6.0.1XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1xx/daily") }
{ GitBranchName = "release/6.0.1xx-rc1"