Set the execution policy in Packar to RemoteSigned

Match the same ExecutioPolicy as in the Install-ServiceFabricSDK
This commit is contained in:
Marco Mansi
2020-03-25 13:17:38 +01:00
parent cd130bd704
commit e6c9978ac2
2 changed files with 4 additions and 2 deletions

View File

@@ -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",

View File

@@ -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",