aws beanstalkに.net core(2.0.0)アプリケーションをデプロイしようとしています。 awsのガイドライン(https://aws.amazon.com/blogs/developer/aws-and-net-core-2-0/)によると、私はpowershellスクリプトファイルと展開ファイルでのスクリプトファイルの場所を追加しました。AWS beanstalkがpowershellスクリプトを実行できません
コマンドを実行中のエラーメッセージ:C:¥Windows¥System32¥WindowsPowerShell¥v1.0¥powershell.exe -ExecutionPolicy unrestricted -NonInteractive -NoProfile -Command "このアプリケーションでは、 & {& "C:\ staging./Scripts/installnetcore20.ps1"; exit $ LastExitCode} "&:「C:\ staging./Scripts/installnetcore20.ps1」という用語は、コマンドレット、関数、スクリプトファイル、または実行可能なプログラム。
また、絶対パスを与える、パスの前にドットを置くなど、私のメニスファスファイルのパスのさまざまな組み合わせを変更しようとしました。
これについての助けに感謝します。