You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PSDSC.psm1 (from nuget package 1.0.0-alpha01), on line 1873, there is a call to sort which should be sort-object. sort is not an alias on unix, it's a coreutil command.
$moduleInfos=Get-Module-ListAvailable -FullyQualifiedName $moduleToImport| sort -Property Version -Descending
In PSDSC.psm1 (from nuget package 1.0.0-alpha01), on line 1873, there is a call to
sortwhich should besort-object.sortis not an alias on unix, it's a coreutil command.Not sure how it manages to work as is.
@johnkord @nitinbps