From a5e4e1454268a40e47fcdf64ab320bbac58379ba Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 22:12:30 -0400 Subject: [PATCH] Fix "he syntax of the command is incorrect." --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index fa784ea5..be4df139 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,9 +35,9 @@ test_script: - cmd: >- - copy /y TestScripts/cryptlib.vcxproj . + copy /y TestScripts\cryptlib.vcxproj . - copy /y TestScripts/cryptest.vcxproj . + copy /y TestScripts\cryptest.vcxproj . msbuild /t:Build cryptlib.vcxproj