Update installer tables to include 6.0.3xx

This commit is contained in:
Marc Paine 2022-02-04 14:20:52 -08:00
parent 22b9143420
commit 4629a9b648
2 changed files with 97 additions and 15 deletions

View file

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