Add preview 1 to the table

This commit is contained in:
Marc Paine 2024-01-25 11:02:50 -08:00
parent 16d124db5f
commit 40e5371010
2 changed files with 97 additions and 16 deletions

View file

@ -9,6 +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/8.0.3xx"
DisplayName = "8.0.3xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.3xx/daily") }