Add preview 1 to the installer table (#15398)

This commit is contained in:
Marc Paine 2023-02-02 13:43:40 -08:00 committed by GitHub
parent 393b90acbe
commit 5c7737d740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 97 additions and 15 deletions

View file

@ -9,6 +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/7.0.3xx"
DisplayName = "Release/7.0.3xx<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.3xx/daily") }]