mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Merge pull request #581 from devopscircle-io/solve-error-set-executionpolicy
Solve error with Set-ExecutionPolicy
This commit is contained in:
@@ -101,7 +101,8 @@
|
||||
],
|
||||
"scripts":[
|
||||
"{{ template_dir }}/scripts/Installers/Windows2016/Initialize-VM.ps1"
|
||||
]
|
||||
],
|
||||
"execution_policy": "unrestricted"
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
|
||||
@@ -101,7 +101,8 @@
|
||||
],
|
||||
"scripts":[
|
||||
"{{ template_dir }}/scripts/Installers/Windows2019/Initialize-VM.ps1"
|
||||
]
|
||||
],
|
||||
"execution_policy": "unrestricted"
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
|
||||
Reference in New Issue
Block a user