简体   繁体   中英

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 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.

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