microsoft / ProjFS-Managed-API

A managed-code API for the Windows Projected File System
Other
142 stars 34 forks source link

Enable symlinks in ProjFS-Managed #73

Closed narasamdya closed 2 years ago

narasamdya commented 2 years ago

In this PR we want to enable symlinks in ProjFS-Managed. This symlink feature is needed by our build system to properly treat symlinks used/produced during builds.

yerudako commented 2 years ago

Status update - We are currently trying to see if we need a pool update or whether we have to add conditional compilation checks to make it build on the old build agent.

yerudako commented 2 years ago

Another status update - in order to not mix too many changes into this PR, I opened https://github.com/microsoft/ProjFS-Managed-API/issues/77 to track the build agent upgrade. I believe that unfortunately this PR will have to wait until the build agent runs with the new OS.