Open
Description
You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ ./build.ps1
+ ~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
The terminal process terminated with exit code: 1
Solution is to open an elevated privileges Powershell prompt and issue:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Metadata
Metadata
Assignees
Labels
No labels