Update table

This commit is contained in:
Forgind 2024-04-11 16:47:43 -07:00
parent b8a5dd326a
commit 8e382e81e1
2 changed files with 163 additions and 81 deletions

View file

@ -12,6 +12,9 @@ let inputBranches =
{ GitBranchName = "release/9.0.1xx-preview2"
DisplayName = "9.0.1xx-preview2<br>(9.0-preview2&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx-preview2/daily") }
{ GitBranchName = "release/8.0.4xx"
DisplayName = "8.0.4xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.4xx/daily") }
{ GitBranchName = "release/8.0.3xx"
DisplayName = "8.0.3xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.3xx/daily") }