简体   繁体   English

无法将项目发布到Azure,发布选项不可用

[英]Cannot Publish Project to Azure, Publish Option Not Available

i'm just starting to play around with azure, I'm going through the tutorial for XamarinIOS. 我刚刚开始玩弄天蓝色,我正在学习XamarinIOS的教程。 When I get to the step to publish, I cant even get the publish option available when I right click its just not there. 当我进入发布步骤时,当我右键单击发布选项时,我什至无法获得发布选项。 Im using Visual Studio Ultimate 2013. 我正在使用Visual Studio Ultimate 2013。

Heres the link to the tutorial. 这是本教程的链接。

http://azure.microsoft.com/en-us/documentation/articles/mobile-services-dotnet-backend-xamarin-ios-get-started/ http://azure.microsoft.com/zh-CN/documentation/articles/mobile-services-dotnet-backend-xamarin-ios-get-started/

I get all the way to Publish your mobile service step. 我将一路发布您的移动服务步骤。

I do get a warning when I build, look below. 构建时确实收到警告,请看下面。

Warning 1 Found conflicts between different versions of the same dependent assembly. 警告1发现相同从属程序集的不同版本之间存在冲突。 Please set the "AutoGenerateBindingRedirects" property to true in the project file. 请在项目文件中将“ AutoGenerateBindingRedirects”属性设置为true。 For more information, see http://go.microsoft.com/fwlink/?LinkId=294190 . 有关更多信息,请参见http://go.microsoft.com/fwlink/?LinkId=294190

You need to make sure you have downloaded the PublishSettings file first before you can deploy. 您需要确保首先下载PublishSettings文件,然后才能进行部署。 This is shown in Step 2 of the "Publish your mobile service" on the page you linked to. 这在链接到的页面上的“发布您的移动服务”的步骤2中显示。 If you don't have this file the publishing framework won't know where to deploy your mobile services code to. 如果没有此文件,则发布框架将不知道将移动服务代码部署到何处。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM