[ArPow Tarball] Tier 3 - Add roslyn-analyzers repo to arpow tarball (#11114)

This commit is contained in:
Michael Simons 2021-08-24 10:33:44 -05:00 committed by GitHub
parent 5f5d8bb4a2
commit 7c4b93e5b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 365 additions and 255 deletions

View file

@ -6,18 +6,15 @@ open TableGenerator.Reference
open TableGenerator.Table
let inputBranches =
[ { GitBranchName = "main"
DisplayName = "main<br>(6.0.x&nbsp;Runtime)"
[ { GitBranchName = "release/6.0.1xx"
DisplayName = "Release/6.0.1XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0/daily") }
{ GitBranchName = "release/6.0.1xx-preview7"
DisplayName = "Release/6.0.1XX-preview7<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0.1XX-preview7/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/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") }
{ GitBranchName = "release/5.0.2xx"
DisplayName = "Release/5.0.2XX<br>(5.0 Runtime)"
AkaMsChannel = Some("5.0.2xx/daily") }