Update the table to preview 2

This commit is contained in:
Marc Paine 2022-03-04 09:56:49 -08:00
parent e6c23bccf9
commit 87788fbf43
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-preview1"
DisplayName = "Release/7.0.1xx-preview1<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx-preview1/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/6.0.3xx"
DisplayName = "Release/6.0.3XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.3xx/daily") }