Update the installer table to preview 7

This commit is contained in:
Marc Paine 2022-07-18 10:31:57 -07:00
parent a9c056cd39
commit 34f4b40158
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-preview6"
DisplayName = "Release/7.0.1xx-preview6<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx-preview6/daily") }
{ GitBranchName = "release/7.0.1xx-preview7"
DisplayName = "Release/7.0.1xx-preview7<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.1xx-preview7/daily") }
{ GitBranchName = "release/6.0.4xx"
DisplayName = "Release/6.0.4XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.4xx/daily") }]