Update table tool for preview7 (#20033)

This commit is contained in:
Marc Paine 2024-07-29 15:45:47 -07:00 committed by GitHub
commit a65b31a0c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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") }]