Add preview 1 to the installer table (#15398)
This commit is contained in:
parent
393b90acbe
commit
5c7737d740
2 changed files with 97 additions and 15 deletions
|
@ -9,6 +9,9 @@ let inputBranches =
|
|||
[ { GitBranchName = "main"
|
||||
DisplayName = "main<br>(8.0.x Runtime)"
|
||||
AkaMsChannel = Some("8.0.1xx/daily") }
|
||||
{ GitBranchName = "release/8.0.1xx-preview1"
|
||||
DisplayName = "8.0.1xx-preview1<br>(8.0-preview1 Runtime)"
|
||||
AkaMsChannel = Some("8.0.1xx-preview1/daily") }
|
||||
{ GitBranchName = "release/7.0.3xx"
|
||||
DisplayName = "Release/7.0.3xx<br>(7.0.x Runtime)"
|
||||
AkaMsChannel = Some("7.0.3xx/daily") }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue