You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Ignore any mismatched timestamps on DLLs for now; there are many generated as runtime dependencies which clash.
#jira #ROBOMERGE-OWNER: robert.manuszewski #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 9159845 via CL 9159847 via CL 9159848 #ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v443-9013191) [CL 9182130 by ben marsh in Dev-Core branch]
This commit is contained in:
@@ -1133,6 +1133,10 @@ namespace AutomationTool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (FileName.EndsWith(".dll", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user