简体   繁体   English

MSBuild到NUnit变换(VS2010)

[英]MSBuild to NUnit transform (VS2010)

I tried to use the xslt mentioned in this SO question to turn MSTest trx into NUnit Xml (to get round a bug with MStest output in Bamboo) but seem to have no joy. 我尝试使用这个SO问题中提到的xslt将MSTest trx转换为NUnit Xml(以解决Bamboo中MStest输出的错误),但似乎没有任何乐趣。

Is the trx format different for VS2010 ? VS2010的trx格式是否不同? (or is it just me?) (或者只是我?)

The namespace has changed. 命名空间已更改。 Just replace 只需更换

        xmlns:t="http://microsoft.com/schemas/VisualStudio/TeamTest/2006"

with

        xmlns:t="http://microsoft.com/schemas/VisualStudio/TeamTest/2010"

and it should work. 它应该工作。

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

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