Skip to content

Commit

Permalink
fix xcopy command
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 11, 2017
1 parent 25ac31b commit 1e81737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -30,7 +30,7 @@ build:

after_build:
- cmd: >-
@echo D | xcopy /Y /Q test\testdata build\%Configuration%\testdata
xcopy /S /Y /Q test\testdata build\%Configuration%\testdata\
test_script:
- cmd: >-
Expand Down

0 comments on commit 1e81737

Please sign in to comment.