简体   繁体   中英

how to have continuous integration builds for windows phone 7 applications

I want to have continuous integration and nightly builds for my windows phone 7 application. any help to kick start this.

I haven't personally tried to set this up, but some colleagues with more experience suggests, that unit testing is handled by including the same files in two projects, where one of them is a regular WP7 project (where nunit is non-existant and MStests are hard to control) and the other project is a regular library. That way the unit tests can run in the library project which tests the same files as the WP7 project uses to build the xap file. The obvious problem is of course, that the actual linking in the two projects are different, but for CI purposes it seems excusable.

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