Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/Utils.cs
Dmitry Rekman f33c1e438f UAT: Allow processing symlinks on non-Linux platforms.
- The original reason to skip them (UEPLAT-184) was because symlinks were only used to fix case-sensitiveness issues and by skipping them
   we avoid name collision with the original file during packaging.
- Those issues are non-existent on Windows, while skipping the symlinks breaks packaging on deduplicated drives there
  (see https://answers.unrealengine.com/questions/212888/automated-buildjenkins-failing-due-to-symlink-chec.html).

[CL 2520484 by Dmitry Rekman in Main branch]
2015-04-21 20:53:58 -04:00

34 KiB