diff --git a/appveyor.yml b/appveyor.yml index 32219970..21ac368b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,6 @@ cache: install: - git submodule update --init --recursive - ps: Enable-PSRemoting -Force - - ps: Set-ExecutionPolicy RemoteSigned - winrm quickconfig -q - winrm set winrm/config/client @{TrustedHosts="*"} - winrm set winrm/config/client/auth @{Basic="true"}