mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 09:46:40 +00:00
debug update powershell.config.json
This commit is contained in:
4
.github/workflows/golang-test-windows.yml
vendored
4
.github/workflows/golang-test-windows.yml
vendored
@@ -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"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user