I want to use a service that provides CI for Windows Phone/Store/Universal/UAP apps. For this I'm considering Codeship as they provide a free plan to get me started. However, they don't support such types of apps yet. Asking their support they asked me whether Mono as compiler would be enough.
Is Mono enough to create a XAP/APPX package? Maybe I can compile the code and afterwards package the XAP/APPX?
My assumption is that Mono isn't enough to create those packages. If that's right, what's missing there?