Update the version table
This commit is contained in:
parent
e60ecf3f4f
commit
84730a2aa8
4 changed files with 306 additions and 218 deletions
|
@ -6,11 +6,13 @@ open System
|
|||
type Branch =
|
||||
{ GitBranchName: string
|
||||
DisplayName: string
|
||||
AkaMsChannel: string option }
|
||||
AkaMsChannel: string option
|
||||
UseLegacyAkaMS: bool }
|
||||
|
||||
type ReferenceTemplate =
|
||||
{ AkaMSTemplate: string
|
||||
LegacyTemplate: string }
|
||||
LegacyTemplate: string
|
||||
AkaMSLegacyTemplate: string}
|
||||
|
||||
let branchNameShorten (branch: Branch): string =
|
||||
branch.GitBranchName.Substring(branch.GitBranchName.IndexOf('/') + 1).Replace("xx", "XX")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue