Skip to content

[bugfix][DuneSymlinOrCopy] throw an error when symlink destination is the same as origin.

Robert K requested to merge bugfix/dune-symlink-or-copy into master

This happens when source and binary dir are the same. This will lead to files being replaced by empty links.

Merge request reports