Build the Actor Editor during the nightly build

This is a regression of a fix in 7e481b73cd,
lost during the git migration. Refs #1819
This commit is contained in:
Itms 2025-12-30 22:23:12 +01:00
parent 9b8ff77265
commit d1319179f8
No known key found for this signature in database
GPG key ID: C7E52BD14CE14E09

View file

@ -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