Derek Cormier
|
80603fb7eb
|
fix: fix a bug where two copy_to_bin actions couldn't copy the same file
|
2022-06-16 11:49:09 -07:00 |
|
Greg Magolan
|
f1e10df09c
|
chore: replace is_windows select pattern with target_platform_has_constraint pattern (#95)
|
2022-04-29 00:36:51 -07:00 |
|
Greg Magolan
|
d59ca6092f
|
fix: improve execution requirements of all copy files/directory rules for better perf (#79)
|
2022-04-14 10:48:44 -07:00 |
|
Greg Magolan
|
6e653ca787
|
feat: add copy_file_action helper function to the public API (#68)
|
2022-04-12 13:58:30 -07:00 |
|
Derek Cormier
|
35b8fd3425
|
refactor: remove directory functionality from copy_file (#64)
|
2022-04-05 13:38:54 -07:00 |
|
Greg Magolan
|
e679a26b42
|
fix: use -R instead of -r in cp calls so macos & linxu behavior is the same (#58)
|
2022-04-01 00:57:34 -07:00 |
|
Greg Magolan
|
3b93ee0baa
|
Add DefaultOutputPathInfo provider and update write_source_files to accept it (#48)
Also update write_source_files to accept DirectoryPathInfo
|
2022-03-14 17:33:52 -07:00 |
|
Greg Magolan
|
0fd56dc59d
|
feat: add directory_path rule and DirectoryPathInfo for specifying files within tree artifacts (#42)
|
2022-03-03 16:40:32 -08:00 |
|
Greg Magolan
|
40e25c0b37
|
fix: use robocopy in copy_file#is_directory and copy_to_directory (#26)
so we don't hit the file path length limit of xcopy
|
2022-01-27 04:57:52 -08:00 |
|
Greg Magolan
|
0d2981f288
|
feat: copy_to_directory copies files and directories to an output directory
|
2021-11-16 21:30:32 -08:00 |
|