Swap in the preview 6 builds. Don't merge until we have builds. (#10887)

This commit is contained in:
Marc Paine 2021-06-18 14:26:03 -07:00 committed by GitHub
parent c862646f59
commit 4e374bb055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 81 additions and 81 deletions

View file

@ -9,9 +9,9 @@ let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0/daily") }
{ 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/6.0.1xx-preview6"
DisplayName = "Release/6.0.1XX-preview6<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1XX-preview6/daily") }
{ GitBranchName = "release/5.0.4xx"
DisplayName = "Release/5.0.4XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.4xx/daily") }