-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
Module does not load in PowerShell 5.1, it seems to be unhappy with the below.
ModuleBuilder/Source/Private/InitializeBuild.ps1
Lines 40 to 42 in e39342d
| Version = if (($V = $BuildInfo.SemVer.Split("+")[0].Split("-", 2)[0])) { | |
| [version]$V | |
| } |
Run Import-Module in PS5 to reproduce. PS7 is fine.
Metadata
Metadata
Assignees
Labels
No labels