diff --git a/.appveyor.yml b/.appveyor.yml index 40fd29e7..80006a6b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,6 +35,14 @@ test_script: - cmd: >- + vcupgrade.exe -nologo -overwrite cryptlib.vcxproj + + vcupgrade.exe -nologo -overwrite cryptest.vcxproj + + msbuild /t:Build cryptlib.vcxproj + + msbuild /t:Build cryptest.vcxproj + msbuild /t:CopyCryptestToRoot cryptest.vcxproj cryptest.exe v