Update input branches

This commit is contained in:
Forgind 2024-01-12 14:09:19 -08:00
parent 5e2e0f9758
commit 96d29e9e92
2 changed files with 97 additions and 15 deletions

View file

@ -12,6 +12,9 @@ let inputBranches =
{ GitBranchName = "release/8.0.2xx"
DisplayName = "8.0.2xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.2xx/daily") }
{ GitBranchName = "release/8.0.3xx"
DisplayName = "8.0.3xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.3xx/daily") }
{ GitBranchName = "release/7.0.4xx"
DisplayName = "Release/7.0.4xx<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.4xx/daily") }]