Ok I think I got it, firstly the “LocalBuilds” folder will appears only after compiling is done. If if no other post copy process is not failing, more on that later.
As for the “LocalBuilds” folder not appearing @Juggernaut1994 you are probably seeing where this is going now: One of your post copy process is failing.
To diagnose open in console window in the folder you are running the installed build from and run it from there instead of running from a bat file.
If the build fails it will tell you so you need to keep the window opened (running from a bat file will close your window as soon as the error is logged)
In my case the fix was to disable android support, I probably didn’t have android whatever installed. Like that " -set:WithAndroid=false"
Also that mean “-set:BuiltDirectory=” is perfectly stable: it was just not getting there.