You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Add path for log linux
#rnx #rb none [CL 26594848 by bryan johnson in ue5-main branch]
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<!-- Automation uses its own network output directory -->
|
||||
<Property Name="AutomationNetworkRootDir" Value="\\epicgames.net\root\Builds\Automation\Reports\EditorPerf"/>
|
||||
<Property Name="AutomationNetworkRootDir" Value="/Volumes/Builds/Automation/Reports/EditorPerf" If="'$(HostPlatform)' != 'Win64'"/>
|
||||
<Property Name="AutomationNetworkRootDir" Value="/mnt/Builds/Automation/Reports/EditorPerf" If="'$(HostPlatform)' == 'Linux'"/>
|
||||
<Property Name="AutomationLocalOutputDir" Value="$(RootDir)/LocalBuilds/Reports"/>
|
||||
|
||||
<!-- Outputs for this run keeping slashes flipped the right way because it shows up on the webapp this way -->
|
||||
|
||||
Reference in New Issue
Block a user