From 94c19f949824c652c6b9b430efcd95245c7c7be0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 29 Nov 2015 12:31:20 +0000 Subject: Try quoting the command. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index da65a738..41c17528 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ install: - cinst svn - cinst 7zip.commandline - cd %APPVEYOR_BUILD_FOLDER%\.. - - ps: [Net.ServicePointManager]::SecurityProtocol = 'Tls12' + - "ps: [Net.ServicePointManager]::SecurityProtocol = 'Tls12'" - ps: Start-FileDownload 'https://www.openssl.org/source/openssl-1.0.2d.tar.gz' - 7za x openssl-1.0.2d.tar.gz - cd openssl-1.0.2d -- cgit v1.2.3