2

Githubから Rosyln ソース コードをインストールしようとしており、ビルド セットアップ手順に従っています。

最初の手順は、Restore.cmd を実行することです。これにより、次のエラー メッセージが生成されます。

File C:\Code\roslyn-master\build\scripts\build.ps1 cannot be loaded. 
The file C:\Code\roslyn-master\build\scripts\build.ps1 is not digitally signed. 
You cannot run this script on the current system. For more information about 
running scripts and setting execution policy, see about_Execution_Policies 
at
http://go.microsoft.com/fwlink/?LinkID=135170.
+ CategoryInfo          : SecurityError: (:) [], 
ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess

Set-ExecutionPolicy を使用してチェックを無効にしました。

PS C:\Code\roslyn-master> Get-ExecutionPolicy -List

Scope           ExecutionPolicy
-----           ---------------
MachinePolicy   Undefined
UserPolicy      Undefined
Process         Undefined
CurrentUser     Undefined
LocalMachine    Undefined

ただし、まだ同じエラーが表示されます。Windows 10 Pro マシンで Visual Studio 2017 Community を実行しています。

前もって感謝します

ジム

4

1 に答える 1