Re-update to preview 3

This commit is contained in:
Forgind 2024-04-16 11:19:09 -07:00
parent 8e382e81e1
commit aa8b367cfa
2 changed files with 81 additions and 81 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-preview2"
DisplayName = "9.0.1xx-preview2<br>(9.0-preview2&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx-preview2/daily") }
{ GitBranchName = "release/9.0.1xx-preview3"
DisplayName = "9.0.1xx-preview3<br>(9.0-preview3&nbsp;Runtime)"
AkaMsChannel = Some("9.0.1xx-preview3/daily") }
{ GitBranchName = "release/8.0.4xx"
DisplayName = "8.0.4xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.4xx/daily") }