Replies: 4 comments
-
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Beta Was this translation helpful? Give feedback.
-
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Beta Was this translation helpful? Give feedback.
-
No, it doesn't look like I think your best bet is to exclude the symlink directory from the pattern and explicitly set up the symlink using |
Beta Was this translation helpful? Give feedback.
-
@rainersigwald Thanks for the response, sorry I didn't get back to it quick enough in the original issue. I appreciate the workaround, but this still seems like the wrong way to handle things to me? Surely there shouldn't need to even be a As you can see As you can see above, in linux hard links should be treated as files unless you explicitly treat them as a directory by adding I feel as if the msbuild implementation is going completely against the other standards here. It should treat a link as a file unless otherwise specified. |
Beta Was this translation helpful? Give feedback.
-
If I have something like the following in my project file:
And then inside of fixtures I have a symlinked folder I created using
ln -s [source] [link]
. But the problem is when I build the project dotnet removes the symlink and instead just copies everything over. This doesn't work as when running in debug I need the folder to be elsewhere on the system, both because of access and because it's very large.Is there a workaround for this?
I put linux in the title, although I have not tested it on any other operating system.
Beta Was this translation helpful? Give feedback.
All reactions