Remove the 8.0.1xx table since the builds are now internal

This commit is contained in:
Marc Paine 2023-11-01 11:39:48 -07:00
parent e051067c46
commit a41665c59b
2 changed files with 17 additions and 97 deletions

View file

@ -12,9 +12,6 @@ let inputBranches =
{ GitBranchName = "release/8.0.2xx"
DisplayName = "8.0.2xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.2xx/daily") }
{ GitBranchName = "release/8.0.1xx"
DisplayName = "8.0.1xx<br>(8.0&nbsp;Runtime)"
AkaMsChannel = Some("8.0.1xx/daily") }
{ GitBranchName = "release/7.0.4xx"
DisplayName = "Release/7.0.4xx<br>(7.0.x&nbsp;Runtime)"
AkaMsChannel = Some("7.0.4xx/daily") }]