Update the table for preview 5.

This commit is contained in:
Marc Paine 2022-05-31 15:44:44 -07:00
parent 1746ccc702
commit f5a7a196fd
2 changed files with 81 additions and 81 deletions

View file

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