diff --git a/.appveyor.yml b/.appveyor.yml index 40fd29e7..b5332a12 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,7 +35,9 @@ test_script: - cmd: >- - msbuild /t:CopyCryptestToRoot cryptest.vcxproj + msbuild /t:Build PlatformToolset=DefaultPlatformToolset cryptlib.vcxproj + msbuild /t:Build PlatformToolset=DefaultPlatformToolset cryptest.vcxproj + msbuild /t:CopyCryptestToRoot PlatformToolset=DefaultPlatformToolset cryptest.vcxproj cryptest.exe v