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