I've followed the instructions on http://developer.xamarin.com/guides/cross-platform/ci/configuring_tfs/ to configure a TFS server to build Xamarin.iOS apps. From VS on the server I can build the XiBHConnection project and generate an ipa file.
However, when I get TFS to run a build I don't see an ipa file in the output.
The appropriate configuration is selected and when built locally I get an ipa file.
How can I debug why TFS doesn't appear to using the Build Host? I've had a look in the generated logs and there's no obvious error message.
Thanks.