Rename variable
This commit is contained in:
parent
84730a2aa8
commit
fb92589f44
3 changed files with 9 additions and 9 deletions
|
@ -163,7 +163,7 @@ let winMuslReferenceTemplate: ReferenceTemplate = {
|
|||
|
||||
let formatTemplate (platform: String) (template: ReferenceTemplate) (branch: Branch): Option<string> =
|
||||
if branch.AkaMsChannel <> None then
|
||||
if branch.UseLegacyAkaMS then
|
||||
if branch.UseLegacyAkaMsChannel then
|
||||
Some (String.Format(template.AkaMSLegacyTemplate,
|
||||
platform, // 0 - win-x64
|
||||
(branchNameShorten branch), // 1 - 5.0.1xx-preview2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue