Hi,
I have set up Fast build on my PC and an extra laptop.
Everything seems to be set up. But the distribution does not seem to do much.
I have set up my BuildConfig like this.
<BuildConfiguration>
<bAllowFASTBuild>1</bAllowFASTBuild>
</BuildConfiguration>
<FASTBuild>
<bEnableDistribution>1</bEnableDistribution>
</FASTBuild>
When building, it seems only to send one file to my laptop. And this one file also competes against the local build.
The Cach is working great.
Does anyone have any idea what I am doing wrong?