Horde doesn't run Setup.sh and GenerateProjectFiles.sh

Hello all,

Maybe I’m missing something about Horde automated builds but I can’t get it to work.

I’ve setup my project in a perforce repository next to the engine source. The normal setup is to get latest on the repository and then run the Setup and GenerateProjectFiles script but horde doesn’t work that way.

It get the latest files and then immediately tries to run the build graph and fails because dotnet wasn’t downloaded by the setup script, leading to the following error:
chmod: cannot access ‘/opt/horde/work/Project/Sync/Engine/Build/BatchFiles/Linux/../../../Binaries/ThirdParty/DotNet/8.0.300/linux-x64/dotnet’: No such file or directory

Is there a way for me to tell horde to do that before trying to run any build graph or should I change my workflow?

Best regards