Update the akaMs channels in TableGenerator

Updates the AkaMs channels for 6.0 and 5.0.xxx branches.
This commit is contained in:
Michelle McDaniel 2021-02-16 14:05:25 -08:00
parent 1868e5852e
commit 8e646ba2e3

View file

@ -8,19 +8,19 @@ open TableGenerator.Table
let inputBranches =
[ { GitBranchName = "master"
DisplayName = "Master<br>(6.0.x&nbsp;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&nbsp;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 }