We have an existing solution that has a MVC website, Web API webservices, a worker role and shared library projects which support these applications. These applications are deployed to Azure using Windows Azure Cloud Service projects. We have recently started migrating many of our shared libraries to PCL and added in an iOS project. We noticed that once an iOS project was added to the solution that the right-click menu for Windows Azure Cloud Service projects loses the Publish item. Additionally, when we actually perform the Publish and select our Release configuration. The Release configuration is no longer used in the web.config transform. Unfortunately, this resulted in a production outage :( It's really convenient to have all the projects which use the shared libraries in one solution so that we don't have to switch through a bunch of solutions when we make changes to any of the shared libraries to test and verify that we didn't break anything in any of the applications.
Has anyone else ran into issues similar to this? Anyone have a good workaround or know when this may get fixed?