diff --git a/.appveyor.yml b/.appveyor.yml index 5c0f916d..71dd4a5f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,7 +52,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - copy /Y $env:configuration\cryptest.exe . + robocopy $env:configuration\cryptest.exe . .\cryptest.exe v @@ -74,7 +74,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - copy /Y $env:configuration\cryptest.exe . + robocopy $env:configuration\cryptest.exe . .\cryptest.exe v @@ -96,7 +96,7 @@ test_script: msbuild /t:Build cryptest.vcxproj - copy /Y $env:configuration\cryptest.exe . + robocopy $env:configuration\cryptest.exe . .\cryptest.exe v