Update README with prev 5 builds

This commit is contained in:
Sarah Oslund 2021-05-14 14:06:09 -07:00
parent e79d321bf7
commit ad30ff0e58
2 changed files with 81 additions and 81 deletions

View file

@ -9,9 +9,9 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0/daily") }
{ GitBranchName = "release/6.0.1xx-preview4"
DisplayName = "Release/6.0.1XX-preview4<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1XX-preview4/daily") }
{ 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.3xx"
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.3xx/daily") }