Merging //UE4/Dev-Main to Dev-Anim (//UE4/Dev-Anim) @ CL 4574801

#jira none
#rb none

[CL 4575789 by Thomas Sarkanen in Dev-Anim branch]
This commit is contained in:
Thomas Sarkanen
2018-11-19 07:03:18 -05:00
parent c359a36380
commit c51a339259
1722 changed files with 69427 additions and 23078 deletions

View File

@@ -78,7 +78,7 @@ namespace AutomationTool
// Take the lock before accessing the symbol server, if required by the platform
Platform TargetPlatform = Platform.GetPlatform(Parameters.Platform);
LockFile.OptionallyTakeLock(TargetPlatform.SymbolServerRequiresLock, StoreDir, TimeSpan.FromMinutes(60), () =>
CommandUtils.OptionallyTakeLock(TargetPlatform.SymbolServerRequiresLock, StoreDir, TimeSpan.FromMinutes(60), () =>
{
if (!TargetPlatform.PublishSymbols(StoreDir, Files, Parameters.Product))
{