Update installer matrix for RC2

This commit is contained in:
Sarah Oslund 2021-09-15 15:35:16 -07:00
parent 0f436f500f
commit 739ea368ce
2 changed files with 82 additions and 82 deletions

View file

@ -12,9 +12,9 @@ let inputBranches =
{ GitBranchName = "release/6.0.1xx"
DisplayName = "Release/6.0.1XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1xx/daily") }
{ GitBranchName = "release/6.0.1xx-rc1"
DisplayName = "Release/6.0.1XX-rc1<br>(6.0 Runtime)"
AkaMsChannel = Some("6.0.1XX-rc1/daily") }
{ GitBranchName = "release/6.0.1xx-rc2"
DisplayName = "Release/6.0.1XX-rc2<br>(6.0 Runtime)"
AkaMsChannel = Some("6.0.1XX-rc2/daily") }
{ GitBranchName = "release/5.0.4xx"
DisplayName = "Release/5.0.4XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.4xx/daily") }