Update table for 6.0.300 and 7.0.100-preview1

This commit is contained in:
Marc Paine 2022-01-25 10:20:01 -08:00
parent 8f3f60a4a6
commit eeeb52de1f
2 changed files with 179 additions and 15 deletions

View file

@ -9,6 +9,12 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx/daily") }
{ 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") }