Merge pull request #10709 from dotnet/marcpopMSFT-add4xxinstalls
Add 5.0.4xx to the installer table
This commit is contained in:
commit
7d025cc3a7
2 changed files with 90 additions and 15 deletions
|
@ -12,6 +12,9 @@ let inputBranches =
|
|||
{ GitBranchName = "release/6.0.1xx-preview5"
|
||||
DisplayName = "Release/6.0.1XX-preview5<br>(6.0.x Runtime)"
|
||||
AkaMsChannel = Some("6.0.1XX-preview5/daily") }
|
||||
{ GitBranchName = "release/5.0.4xx"
|
||||
DisplayName = "Release/5.0.4XX<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("5.0.4xx/daily") }
|
||||
{ GitBranchName = "release/5.0.3xx"
|
||||
DisplayName = "Release/5.0.3XX<br>(5.0 Runtime)"
|
||||
AkaMsChannel = Some("5.0.3xx/daily") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue