Update the table for preview 3

This commit is contained in:
Marc Paine 2022-03-25 13:54:02 -07:00
parent 6c86bbcde7
commit 7ad3b16919
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-preview2"
DisplayName = "Release/7.0.1xx-preview2<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx-preview2/daily") }
{ GitBranchName = "release/7.0.1xx-preview3"
DisplayName = "Release/7.0.1xx-preview3<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx-preview3/daily") }
{ GitBranchName = "release/6.0.3xx"
DisplayName = "Release/6.0.3XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.3xx/daily") }