Update the akaMs channels in TableGenerator
Updates the AkaMs channels for 6.0 and 5.0.xxx branches.
This commit is contained in:
parent
1868e5852e
commit
8e646ba2e3
1 changed files with 5 additions and 5 deletions
|
@ -8,19 +8,19 @@ open TableGenerator.Table
|
|||
let inputBranches =
|
||||
[ { GitBranchName = "master"
|
||||
DisplayName = "Master<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("net6/dev") }
|
||||
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") }
|
||||
AkaMsChannel = Some("6.0-preview1/daily") }
|
||||
{ GitBranchName = "release/5.0.3xx"
|
||||
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("net5/5.0.3xx/daily") }
|
||||
AkaMsChannel = Some("5.0.3xx/daily") }
|
||||
{ GitBranchName = "release/5.0.2xx"
|
||||
DisplayName = "Release/5.0.2XX<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("net5/5.0.2xx/daily") }
|
||||
AkaMsChannel = Some("5.0.2xx/daily") }
|
||||
{ GitBranchName = "release/5.0.1xx-rtm"
|
||||
DisplayName = "5.0.100 RTM<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("net5/5.0.1xx/daily") }
|
||||
AkaMsChannel = Some("5.0.1xx/daily") }
|
||||
{ GitBranchName = "release/3.1.4xx"
|
||||
DisplayName = "Release/3.1.4XX<br>(3.1.x Runtime)"
|
||||
AkaMsChannel = None }
|
||||
|
|
Loading…
Reference in a new issue