-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell bootstrap script not working with PS 6 #21
Comments
@devlead as the resident PowerShell guru, do you have any thoughts on this one? |
Just comment out System.Security is already inside System.Core. I updated, to PowerShell 6 b3, and should be working now. |
Made a quick patch for this for PS6, uses Get-FileHash in its place: |
@gjonespf sure |
Powershell Core 6.0 is out: https://blogs.msdn.microsoft.com/powershell/2018/01/10/powershell-core-6-0-generally-available-ga-and-supported/. |
Yes, just released 0.25.0 will give us the opportunity make bootstrappers cleaner, shouldn't be too hard to support it. |
Hopefully the discussion and work going on in issue #53 will sort this too, that's the goal at least. |
@kentcb commented on Tue Dec 06 2016
What You Are Seeing?
When running the bootstrap script on PowerShell 6 (.NET core):
$PSVersionTable.PSVersion
gives me:What is Expected?
Script should work with new versions of PS.
What version of Cake are you using?
Haven't gotten that far yet (bootstrapping).
Are you running on a 32 or 64 bit system?
64 bit.
What environment are you running on? Windows? Linux? Mac?
Windows 10, but the same behavior should be present on other operating systems.
Are you running on a CI Server? If so, which one?
No
How Did You Get This To Happen? (Steps to Reproduce)
Output Log
N/A
The text was updated successfully, but these errors were encountered: