diff --git a/Taskfile.yml b/Taskfile.yml index 64ed632..9e6d7b5 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -11,7 +11,7 @@ tasks: desc: Copy sources files to scratchpad directory platforms: [windows] cmds: - - "{{.SHELL}} -Command 'robocopy {{.SOURCE}} {{.DEST}} /NDL'" + - "{{.SHELL}} -Command 'robocopy {{.SOURCE}} {{.DEST}} /XD {{.IGNORE}} /NDL'" ignore_error: true build: