Update the table to preview 4.

This commit is contained in:
Marc Paine 2023-04-26 15:16:02 -07:00
parent 59859033ce
commit b07b8cc84c
2 changed files with 81 additions and 81 deletions

View file

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