diff --git a/.appveyor.yml b/.appveyor.yml index 424a3e3f..b1cb095d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,9 +50,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - - dir *.exe + robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe .\cryptest.exe v @@ -72,9 +70,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - - dir *.exe + robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe .\cryptest.exe v @@ -94,9 +90,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - robocopy $env:APPVEYOR_BUILD_FOLDER\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe - - dir *.exe + robocopy $env:APPVEYOR_BUILD_FOLDER\cmake-build\$env:configuration\ $env:APPVEYOR_BUILD_FOLDER\ cryptest.exe .\cryptest.exe v @@ -112,8 +106,6 @@ test_script: msbuild /t:CopyCryptestToRoot cryptest.vcxproj - dir *.exe - .\cryptest.exe v .\cryptest.exe tv all