mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +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":[
|
"scripts":[
|
||||||
"{{ template_dir }}/scripts/Installers/Windows2016/Initialize-VM.ps1"
|
"{{ template_dir }}/scripts/Installers/Windows2016/Initialize-VM.ps1"
|
||||||
]
|
],
|
||||||
|
"execution_policy": "unrestricted"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
|
|||||||
@@ -101,7 +101,8 @@
|
|||||||
],
|
],
|
||||||
"scripts":[
|
"scripts":[
|
||||||
"{{ template_dir }}/scripts/Installers/Windows2019/Initialize-VM.ps1"
|
"{{ template_dir }}/scripts/Installers/Windows2019/Initialize-VM.ps1"
|
||||||
]
|
],
|
||||||
|
"execution_policy": "unrestricted"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
|
|||||||
Reference in New Issue
Block a user