开发者

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.

Is the trx format different for VS2010 ? (or i开发者_JS百科s 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜