Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/Scripts
Ben Marsh 241e59921c UAT: Add a command for stashing and unstashing a target. Useful for A/B testing. Example syntax:
Stashing:

RunUAT StashTarget -Name=UE4Editor -To=D:\TempEditor
RunUAT StashTarget -Name=UE4Editor -Platform=Win64 -Configuration=Debug -To=D:\TempEditor
RunUAT StashTarget -Name=ShooterGameEditor -Platform=Win64 -Configuration=Debug -Project=D:\P4\Samples\ShooterGame\ShooterGame.uproject -To=D:\TempEditor

Unstashing:

RunUAT UnstashTarget -From=D:\TempEditor

#fyi Stefan.Boberg
#rb none

[CL 4336597 by Ben Marsh in Dev-Build branch]
2018-08-31 11:49:06 -04:00
..