diff --git a/.appveyor.yml b/.appveyor.yml index 3ddcf21c..5c0f916d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,6 +52,8 @@ test_script: msbuild /t:Build cryptest.vcxproj + copy /Y $env:configuration\cryptest.exe . + .\cryptest.exe v .\cryptest.exe tv all @@ -72,6 +74,8 @@ test_script: msbuild /t:Build cryptest.vcxproj + copy /Y $env:configuration\cryptest.exe . + .\cryptest.exe v .\cryptest.exe tv all @@ -92,6 +96,8 @@ test_script: msbuild /t:Build cryptest.vcxproj + copy /Y $env:configuration\cryptest.exe . + .\cryptest.exe v .\cryptest.exe tv all