Revert some of the change
This commit is contained in:
parent
8e646ba2e3
commit
374dfa0b71
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ let inputBranches =
|
|||
AkaMsChannel = Some("6.0/daily") }
|
||||
{ GitBranchName = "release/6.0.1xx-preview1"
|
||||
DisplayName = "Release/6.0.1xx-preview1<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("6.0-preview1/daily") }
|
||||
AkaMsChannel = Some("net6/preview1/daily") }
|
||||
{ GitBranchName = "release/5.0.3xx"
|
||||
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("5.0.3xx/daily") }
|
||||
|
@ -20,7 +20,7 @@ let inputBranches =
|
|||
AkaMsChannel = Some("5.0.2xx/daily") }
|
||||
{ GitBranchName = "release/5.0.1xx-rtm"
|
||||
DisplayName = "5.0.100 RTM<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("5.0.1xx/daily") }
|
||||
AkaMsChannel = Some("net5/5.0.1xx/daily") }
|
||||
{ GitBranchName = "release/3.1.4xx"
|
||||
DisplayName = "Release/3.1.4XX<br>(3.1.x Runtime)"
|
||||
AkaMsChannel = None }
|
||||
|
|
Loading…
Add table
Reference in a new issue