MSBuild 到 NUnit 转换 (VS2010) [英] MSBuild to NUnit transform (VS2010)

查看:68
本文介绍了MSBuild 到 NUnit 转换 (VS2010)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用 在这个问题中提到的 xslt 来打开 MSTest trx进入 NUnit Xml(以解决 Bamboo 中 MStest 输出的错误),但似乎没有任何乐趣.

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.

VS2010 的 trx 格式不同吗?(还是只有我?)

Is the trx format different for VS2010 ? (or is it just me?)

推荐答案

命名空间已更改.只需替换

The namespace has changed. Just replace

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

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

它应该可以工作.

这篇关于MSBuild 到 NUnit 转换 (VS2010)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆