简体   繁体   English

如何具有Windows Phone 7应用程序的持续集成版本

[英]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. 我想为Windows Phone 7应用程序进行持续集成和每晚构建。 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. 我没有亲自尝试进行设置,但是一些有更多经验的同事建议,单元测试是通过在两个项目中包含相同文件来进行的,其中一个是常规WP7项目(其中nunit不存在, MStests很难控制),另一个项目是常规库。 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. 这样,单元测试可以在库项目中运行,该库项目测试与WP7项目用于构建xap文件的文件相同的文件。 The obvious problem is of course, that the actual linking in the two projects are different, but for CI purposes it seems excusable. 当然,显而易见的问题是,两个项目中的实际链接是不同的,但是出于CI的目的,这似乎是可以原谅的。

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

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