Add 5.0.3xx builds to README
This commit is contained in:
parent
430a222b57
commit
bef669c815
2 changed files with 90 additions and 15 deletions
|
@ -12,6 +12,9 @@ let inputBranches =
|
|||
{ GitBranchName = "release/6.0.1xx-preview1"
|
||||
DisplayName = "Release/6.0.1xx-preview1<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("net6/preview1") }
|
||||
{ GitBranchName = "release/5.0.3xx"
|
||||
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("net5/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") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue