3 references to Branches
installer.tasks (3)
RegenerateDownloadTable.cs (3)
78
$"| Platform |{string.Concat(
Branches
.Select(p => $" {p.ItemSpec} |"))}",
79
$"| --- | {string.Concat(Enumerable.Repeat(" :---: |",
Branches
.Length))}"
120
Branches
.Select(branch => $" {CreateCell(platform, branch, links)} |"));