Update table tool for preview7

This commit is contained in:
Jason Zhai 2024-07-23 22:51:01 -07:00
parent 525d905667
commit 53cc240f71

View file

@ -9,9 +9,9 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(9.0.x&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx/daily") }
{ GitBranchName = "release/9.0.1xx-preview6"
DisplayName = "9.0.1xx-preview6<br>(9.0-preview6&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx-preview6/daily") }
{ GitBranchName = "release/9.0.1xx-preview7"
DisplayName = "9.0.1xx-preview7<br>(9.0-preview7&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx-preview7/daily") }
{ GitBranchName = "release/8.0.4xx"
DisplayName = "8.0.4xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.4xx/daily") }]