mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26: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: |
|
||||
$ConfigPath = "$PSHOME\powershell.config.json"
|
||||
$ConfigJSON = ConvertTo-Json -InputObject @{
|
||||
"Microsoft.PowerShell:ExecutionPolicy": "RemoteSigned",
|
||||
"WindowsPowerShellCompatibilityModuleDenyList": [
|
||||
"Microsoft.PowerShell:ExecutionPolicy" = "RemoteSigned",
|
||||
"WindowsPowerShellCompatibilityModuleDenyList" = [
|
||||
"BestPractices",
|
||||
"UpdateServices"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user