Adding 6.0.100-prev1 builds to readme

This commit is contained in:
Sarah Oslund 2021-01-26 16:37:06 -08:00
parent b056ae09eb
commit ec41daa5b8
2 changed files with 97 additions and 15 deletions

View file

@ -9,6 +9,9 @@ let inputBranches =
[ { GitBranchName = "master"
DisplayName = "Master<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("net6/dev") }
{ GitBranchName = "release/6.0.1xx-preview1"
DisplayName = "Release/6.0.1xx-preview1<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("net6/6.0.1xx-preview1/daily") }
{ GitBranchName = "release/5.0.2xx"
DisplayName = "Release/5.0.2XX<br>(5.0 Runtime)"
AkaMsChannel = Some("net5/5.0.2xx/daily") }