Skip to content

Commit

Permalink
ENH: use Copy-Item in place of xcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Mar 11, 2016
1 parent da24c83 commit 6e79767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ before_build:
build_script:
- cmd: type ITK.sln
- cmd: msbuild ITK.sln /m
- cmd: echo D | xcopy /E c:\ITK c:\ITK-copy
- cmd: echo D | xcopy /E c:\ITK-copy c:\ITK
- ps: Copy-Item c:\ITK -Destination c:\ITK-copy -Recurse
- ps: Copy-Item c:\ITK-copy -Destination c:\ITK -Recurse
cache:
- C:\ProgramData\chocolatey\bin
- C:\ProgramData\chocolatey\lib
Expand Down

0 comments on commit 6e79767

Please sign in to comment.