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: | run: |
$ConfigPath = "$PSHOME\powershell.config.json" $ConfigPath = "$PSHOME\powershell.config.json"
$ConfigJSON = ConvertTo-Json -InputObject @{ $ConfigJSON = ConvertTo-Json -InputObject @{
"Microsoft.PowerShell:ExecutionPolicy": "RemoteSigned", "Microsoft.PowerShell:ExecutionPolicy" = "RemoteSigned",
"WindowsPowerShellCompatibilityModuleDenyList": [ "WindowsPowerShellCompatibilityModuleDenyList" = [
"BestPractices", "BestPractices",
"UpdateServices" "UpdateServices"
] ]