Summary
hey, I'm looking at the c# example here: https://github.com/earthly/earthly/blob/main/examples/dotnet/Earthfile#L7
I've 20-30 csproj files, is there a nice way to do something like?
COPY --dir-tree src/**/*.csproj src
I tried COPY --dir
but it flattened the structure which wasn't terribly useful