Update table generator
This commit is contained in:
parent
7f8f4a894a
commit
fc964d200b
2 changed files with 5 additions and 5 deletions
|
@ -9,9 +9,9 @@ let inputBranches =
|
|||
[ { GitBranchName = "master"
|
||||
DisplayName = "Master<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("6.0/daily") }
|
||||
{ GitBranchName = "release/6.0.1xx-preview1"
|
||||
DisplayName = "Release/6.0.1xx-preview1<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("net6/preview1/daily") }
|
||||
{ GitBranchName = "release/6.0.1xx-preview2"
|
||||
DisplayName = "Release/6.0.1XX-preview2<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("net6/preview2/daily") }
|
||||
{ GitBranchName = "release/5.0.3xx"
|
||||
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("5.0.3xx/daily") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue