From e162a67231a1cf87d32aa517f252802eeeb11694 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 22:07:41 -0400 Subject: [PATCH] Copy converted *.vcxproj files from TestScripts before testing --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 4c64133f..18665502 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,6 +35,10 @@ test_script: - cmd: >- + copy /y TestScripts/cryptlib.vcxproj . + + copy /y TestScripts/cryptest.vcxproj . + msbuild /t:Build cryptlib.vcxproj msbuild /t:Build cryptest.vcxproj