mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Set the execution policy in Packar to RemoteSigned
Match the same ExecutioPolicy as in the Install-ServiceFabricSDK
This commit is contained in:
@@ -238,7 +238,8 @@
|
|||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
"{{ template_dir }}/scripts/Installers/Install-ServiceFabricSDK.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-ServiceFabricSDK.ps1"
|
||||||
]
|
],
|
||||||
|
"execution_policy": "remotesigned"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "windows-restart",
|
"type": "windows-restart",
|
||||||
|
|||||||
@@ -219,7 +219,8 @@
|
|||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
"{{ template_dir }}/scripts/Installers/Install-ServiceFabricSDK.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-ServiceFabricSDK.ps1"
|
||||||
]
|
],
|
||||||
|
"execution_policy": "remotesigned"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "windows-restart",
|
"type": "windows-restart",
|
||||||
|
|||||||
Reference in New Issue
Block a user