Update table as preview 2 branch has snapped. Probably dont merge this for a few days so the links can populate. Follows 40e5371010

This commit is contained in:
Noah Gilson 2024-02-23 13:05:20 -08:00
parent 66bcbd8c81
commit f2350c225d
2 changed files with 82 additions and 82 deletions

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-preview1"
DisplayName = "9.0.1xx-preview1<br>(9.0-preview1&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx-preview1/daily") }
{ 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.3xx"
DisplayName = "8.0.3xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.3xx/daily") }