diff --git a/.appveyor.yml b/.appveyor.yml index c827f100..4953d4aa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -72,6 +72,8 @@ test_script: robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe + dir *.exe + .\cryptest.exe v .\cryptest.exe tv all @@ -92,6 +94,8 @@ test_script: robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe + dir *.exe + .\cryptest.exe v .\cryptest.exe tv all @@ -106,6 +110,8 @@ test_script: msbuild /t:CopyCryptestToRoot cryptest.vcxproj + dir *.exe + .\cryptest.exe v .\cryptest.exe tv all