Update input branches (#17409)

Co-authored-by: Nathan Mytelka <Forgind@users.noreply.github.com>
This commit is contained in:
Forgind 2023-10-02 16:54:39 -07:00 committed by GitHub
parent 5037974602
commit ee7ccfc83a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 97 additions and 15 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/8.0.2xx"
DisplayName = "8.0.2xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.2xx/daily") }
{ GitBranchName = "release/8.0.1xx"
DisplayName = "8.0.1xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx/daily") }