Add 5.0.4xx to the installer table

This commit is contained in:
Marc Paine 2021-05-20 14:07:17 -07:00
parent 2f2949965f
commit 1a0197d107
2 changed files with 90 additions and 15 deletions

View file

@ -12,6 +12,9 @@ let inputBranches =
{ GitBranchName = "release/6.0.1xx-preview5"
DisplayName = "Release/6.0.1XX-preview5<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1XX-preview5/daily") }
{ GitBranchName = "release/5.0.4xx"
DisplayName = "Release/5.0.4XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.4xx/daily") }
{ GitBranchName = "release/5.0.3xx"
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.3xx/daily") }