debug update powershell.config.json

This commit is contained in:
Maycon Santos
2023-04-08 22:15:02 +02:00
parent 0e9d5807d6
commit 4c9fc9850c

View File

@@ -55,8 +55,8 @@ jobs:
run: |
$ConfigPath = "$PSHOME\powershell.config.json"
$ConfigJSON = ConvertTo-Json -InputObject @{
"Microsoft.PowerShell:ExecutionPolicy": "RemoteSigned",
"WindowsPowerShellCompatibilityModuleDenyList": [
"Microsoft.PowerShell:ExecutionPolicy" = "RemoteSigned",
"WindowsPowerShellCompatibilityModuleDenyList" = [
"BestPractices",
"UpdateServices"
]