Closed Retia-Adolf closed 5 years ago
This pull request breaks functionality for Powershell versions lower than 6.
I believe the error occurs because of the change to the Get-ChildItem
cmdlet in Powershell 6:
Updated Get-ChildItem to work more like the *nix ls -R and the Windows DIR /S native commands. Get-ChildItem now returns the symbolic links encountered during a recursive search and does not search the directories that those links target. (#3780)
This may need a more involved solution
For example, currently installer script gives me error like: