Update download table

This commit is contained in:
Daniel Plaisted 2021-11-12 13:01:55 -08:00
parent 61e414647b
commit 4499a10e37
4 changed files with 99 additions and 18 deletions

View file

@ -9,6 +9,9 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx/daily") }
{ GitBranchName = "release/6.0.2xx"
DisplayName = "Release/6.0.2XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.2xx/daily") }
{ GitBranchName = "release/6.0.1xx"
DisplayName = "Release/6.0.1XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1xx/daily") }