First off, congrats on the release!! Super excited!
The macOS pkg on the download page is not signed which means it can't be "double-clicked" on macOS, you have to right click and choose Open. Also, signing in general is goodness :). I know we did it for the .NET Core SDK package, so I might be able to point you at folks who have done it (email is [github user name]@microsoft.com)
pkgutil --check-signature ~/Downloads/powershell-6.0.0-alpha.9.pkgSomething like:
Package "powershell-6.0.0-alpha.9.pkg":
Status: signed by a certificate trusted by Mac OS X
Certificate Chain:
1. blah blah blah...
Package "powershell-6.0.0-alpha.9.pkg":
Status: no signature
Not relevant, not an issue in PowerShell itself :)
+1
I would love to install PowerShell on my work macbook and try it out, but our security policy prevents me from installing unsigned packages, so I can't install it until this issue is resolved.
Seems to have left off of most current release --
pkgutil --check-signature powershell-6.0.0-alpha.11.pkg
Package "powershell-6.0.0-alpha.11.pkg":
Status: no signature
I think we have to do this before we ship a GA/RTM build.
duplicate of #5496
Most helpful comment
I think we have to do this before we ship a GA/RTM build.