Skip to content

Commit b2e0fbf

Browse files
committed
Updated Windows copy for correct recursive copy
1 parent 3c07b3d commit b2e0fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/copy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
#
88

99
param( [String] $Source, [String] $Destination, [String] $Filter)
10-
11-
Get-ChildItem $Source | Copy-Item -Filter $Filter -Destination $Destination -Recurse -Force
10+
Write-Host ">>> $Filter"
11+
robocopy $Source $Destination $Filter /e /im /is /it

0 commit comments

Comments
 (0)