Add 5.0.3xx builds to README

This commit is contained in:
Sarah Oslund 2021-02-02 10:06:25 -08:00
parent 430a222b57
commit bef669c815
2 changed files with 90 additions and 15 deletions

View file

@ -12,6 +12,9 @@ let inputBranches =
{ GitBranchName = "release/6.0.1xx-preview1"
DisplayName = "Release/6.0.1xx-preview1<br>(6.0.x&nbsp;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") }