Can msbuild resolve parent directories from pwd instead of through ..?
I'm running msbuild while my working directory includes a symlink. When it tries to access
../../..
it is following the actual ..
directory entry at each level which does up to the real parent of the symlinked directory, not to the parent of the symlink. Is there a way to get it to not do that?1 Reply
It's a situation that software can offer to do either way, or not