Update input branches (#17409)
Co-authored-by: Nathan Mytelka <Forgind@users.noreply.github.com>
This commit is contained in:
parent
5037974602
commit
ee7ccfc83a
2 changed files with 97 additions and 15 deletions
|
@ -9,6 +9,9 @@ let inputBranches =
|
|||
[ { GitBranchName = "main"
|
||||
DisplayName = "main<br>(9.0.x Runtime)"
|
||||
AkaMsChannel = Some("9.0.1xx/daily") }
|
||||
{ GitBranchName = "release/8.0.2xx"
|
||||
DisplayName = "8.0.2xx<br>(8.0 Runtime)"
|
||||
AkaMsChannel = Some("8.0.2xx/daily") }
|
||||
{ GitBranchName = "release/8.0.1xx"
|
||||
DisplayName = "8.0.1xx<br>(8.0 Runtime)"
|
||||
AkaMsChannel = Some("8.0.1xx/daily") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue