Merge pull request #10709 from dotnet/marcpopMSFT-add4xxinstalls

Add 5.0.4xx to the installer table
This commit is contained in:
Marc Paine 2021-06-03 12:05:19 -07:00 committed by GitHub
commit 7d025cc3a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 90 additions and 15 deletions

View file

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