You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user