简体   繁体   English

哪些持续集成程序支持Windows Phone 7的良好工作流程

[英]Which Continuous integration programs support a good workflow for Windows Phone 7

I'm a bit confused on how continuous integration works with a Windows Phone App. 对于Windows Phone应用程序的持续集成工作方式,我有些困惑。 Is there a way to upload the app to the marketplace automatically, or do you still need to do a manual update? 有没有一种方法可以自动将应用程序上传到市场,还是仍然需要手动更新?

Do I need my own server for this, or are there hosted options? 为此,我需要自己的服务器还是托管选项?

And which program works best to test, build, and continuously integrate a windows phone 7 app? 哪个程序最适合测试,构建和持续集成Windows Phone 7应用?

Edit: I'm using Atlassian Jira, but Bamboo seemed to only apply to Web apps, not apps that are deployed on devices. 编辑:我正在使用Atlassian Jira,但是Bamboo似乎仅适用于Web应用程序,不适用于设备上部署的应用程序。 I have no requirements, and no experience, and don't understand how CI even works with a non-Web based project. 我没有要求,也没有经验,也不了解CI如何与基于非Web的项目一起工作。 However, I do want our code to be passing all it's tests before it's committed to SVN, and if there is a way to automatically push the latest stable build to our users, in an automated way, that would be great. 但是,我确实希望我们的代码在提交给SVN之前能够通过所有测试,并且如果有一种方法可以自动将最新的稳定版本自动推送给我们的用户,那就太好了。

Marketplace submission is a manual process and there is currently no way to do this automatically. 市场提交是手动过程,目前尚无自动执行的方法。

There are various continuous integration processes and tools available. 有各种持续集成过程和工具可用。 Whether you need a separate server to run it on or which program will be "best" for you will depend on your scenario, requirements, experience and preferences. 是否需要单独的服务器来运行它,或者哪个程序适合您,将取决于您的方案,要求,经验和偏好。

You can use any solution which supports Visual Studio 2010 as long as you can install the Windows Phone SDK on the same machine. 只要可以在同一台计算机上安装Windows Phone SDK,就可以使用任何支持Visual Studio 2010的解决方案。 Hosted solutions may or may not allow you to do this. 托管解决方案可能会或可能不会允许您这样做。

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

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