adamralph / bau

The C# task runner
MIT License
152 stars 17 forks source link

Directory tasks #172

Closed adamralph closed 9 years ago

adamralph commented 10 years ago
aarondandy commented 9 years ago

Would this include things such as copying entire directories or would that be something else? Would you prefer to have a C# based directory copy task or would that be best left to a call to a copy command through the Exec task?

aarondandy commented 9 years ago

Duplicate of #186 ?

adamralph commented 9 years ago

Well spotted ;-).

I imagine other stuff like copying directories would be covered by #187. The most common operations, (e.g. creating a directory) are candidates for being wrapped in tasks.