简体   繁体   中英

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. 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?

Edit: I'm using Atlassian Jira, but Bamboo seemed to only apply to Web apps, not apps that are deployed on devices. I have no requirements, and no experience, and don't understand how CI even works with a non-Web based project. 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.

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. Hosted solutions may or may not allow you to do this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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