From e7f04fc3ebc8096ec5a0c52bcb0d32cf75e24b8b Mon Sep 17 00:00:00 2001 From: sawanoboly Date: Wed, 29 Jul 2015 14:19:10 +0900 Subject: [PATCH] remove Set-ExecutionPolicy. no longer need on the appveyor. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) 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"}