Remove 5.0.3xx and preview 7

Add rc1, 6.0 daily, and move main to 7.0
This commit is contained in:
Marc Paine 2021-08-18 11:15:17 -07:00
parent 6bd49343d9
commit 1e83bfa181
2 changed files with 230 additions and 223 deletions

View file

@ -7,17 +7,17 @@ open TableGenerator.Table
let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(6.0.x&nbsp;Runtime)"
DisplayName = "main<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0/daily") }
{ GitBranchName = "release/6.0.1xx"
DisplayName = "Release/6.0.1XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0/daily") }
{ GitBranchName = "release/6.0.1xx-preview7"
DisplayName = "Release/6.0.1XX-preview7<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1XX-preview7/daily") }
{ GitBranchName = "release/6.0.1xx-rc1"
DisplayName = "Release/6.0.1XX-rc1<br>(6.0 Runtime)"
AkaMsChannel = Some("6.0.1XX-rc1/daily") }
{ GitBranchName = "release/5.0.4xx"
DisplayName = "Release/5.0.4XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.4xx/daily") }
{ GitBranchName = "release/5.0.3xx"
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.3xx/daily") }
{ GitBranchName = "release/5.0.2xx"
DisplayName = "Release/5.0.2XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.2xx/daily") }