From d1319179f8af6f1624e972164bc3f62b10e6cf92 Mon Sep 17 00:00:00 2001 From: Itms Date: Tue, 30 Dec 2025 22:23:12 +0100 Subject: [PATCH] Build the Actor Editor during the nightly build This is a regression of a fix in 7e481b73cdd19297b43790cafb7e16f74d31830e, lost during the git migration. Refs #1819 --- build/jenkins/pipelines/nightly-build.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jenkins/pipelines/nightly-build.Jenkinsfile b/build/jenkins/pipelines/nightly-build.Jenkinsfile index 7f4c78e1cb..0643f647d0 100644 --- a/build/jenkins/pipelines/nightly-build.Jenkinsfile +++ b/build/jenkins/pipelines/nightly-build.Jenkinsfile @@ -18,7 +18,7 @@ // This pipeline is used to generate the nightly builds. def visualStudioPath = '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe"' -def buildOptions = '/p:PlatformToolset=v143 /t:pyrogenesis /t:AtlasUI %JOBS% /nologo -clp:Warningsonly -clp:ErrorsOnly' +def buildOptions = '/p:PlatformToolset=v143 /t:pyrogenesis /t:AtlasUI /t:ActorEditor %JOBS% /nologo -clp:Warningsonly -clp:ErrorsOnly' def gitHash = '' def buildSPIRV = false