E

Copy multiple .csproj files without flattening

Summary

The user is looking for a way to copy multiple .csproj files from a directory structure without flattening it, referencing a C# example from a GitHub link. They have 20-30 .csproj files and are seeking a solution similar to COPY --dir-tree src/**/*.csproj src, but found that using COPY --dir flattened the structure, which was not useful.

Status
open
Tags
    Source
    #earthly