Update the table to include preview 6

This commit is contained in:
Marc Paine 2023-06-21 16:40:18 -07:00
parent de5973dbd1
commit 67fac22169
2 changed files with 81 additions and 81 deletions

View file

@ -9,9 +9,9 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(8.0.x&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx/daily") }
{ GitBranchName = "release/8.0.1xx-preview5"
DisplayName = "8.0.1xx-preview5<br>(8.0-preview5&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx-preview5/daily") }
{ GitBranchName = "release/8.0.1xx-preview6"
DisplayName = "8.0.1xx-preview6<br>(8.0-preview6&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx-preview6/daily") }
{ GitBranchName = "release/7.0.4xx"
DisplayName = "Release/7.0.4xx<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.4xx/daily") }]