You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Allow IterativeValidate jobs to run multi-process.
[CL 33563810 by zousar shaker in ue5-main branch]
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
<!-- Agent=IterativeValidate variables -->
|
||||
<Property Name="EditorPlatform" Value="Win64"/>
|
||||
<Property Name="CommonCookArgs" Value="-targetplatform=$(TargetPlatform) $(IterativeArgs) -skiponlyeditoronly=true"/>
|
||||
<!-- Force singleprocess cook because IterativeValidatePackageWriter includes data that is not replicated -->
|
||||
<Property Name="CommonCookArgs" Value="$(CommonCookArgs) -cookprocesscount=1"/>
|
||||
|
||||
<Property Name="CompileNodeName" Value="Compile $(EditorPlatform) $(ProjectName)"/>
|
||||
<Property Name="CookIterativeValidateSinglePhaseName" Value="Cook IterativeValidateSinglePhase $(ProjectName) $(TargetPlatform)"/>
|
||||
|
||||
Reference in New Issue
Block a user