I tried build.ps1 -SettingsProfile "Customer", but it outputs
More than one build script specified.
In my Cake script I fetch via
Argument("SettingsProfile", "Default")
And if I skip the argument to build.ps1 then it'll work, but obviously becomes "Default".