Open deeja opened 2 years ago
Thank you for your contribution !
Can you please document in a issue the specification used for the copy command so that we can discuss it ?
By the way, this is what I called the "build algorithm" in the roadmap. The tool will copy all the file needed for the supported dotnet operations. For example:
dotnet subset restore ...
=> will copy all files needed for the restore operationdotnet subset build ...
=> will copy all files nedded for the build operation
Added a copy subset for use in our company. This is super useful for our docker files that rely on a large context but don't want to lose the caching when nothing relevant has changed. We use multibuild stages to help with this