问题
When using MSTest, I believe it's possible to add result files that will appear as attachments in the build reports in TFS (we're using 2015 FWIW), using
TestContext.AddResultFile("filename");
Is there an way of doing this if we're using xUnit.net, short of switching back to MSTest or another test framework?
来源:https://stackoverflow.com/questions/37411644/xunit-net-equivalent-for-testcontext-addresultfile