【问题标题】:How to add TRX file to TFS build report如何将 TRX 文件添加到 TFS 构建报告
【发布时间】:2013-07-22 15:56:15
【问题描述】:

在 msbuild 过程中,我得到了 TRX 文件,我想将此文件添加到 TFS 单元测试报告中。 我该怎么做?

【问题讨论】:

    标签: tfs msbuild trx


    【解决方案1】:

    [MSDN]To publish command-line test results to the database for the team project collection

    例如:

    MSTest /publishresultsfile:testResult.trx /publish:http://ourtfsmachine:8080 /teamproject:ProjectName /publishbuild:BuildNumber01 /platform:AnyCpu /flavor:Release
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-12-05
      • 2022-08-17
      • 2017-10-08
      • 2016-05-04
      • 2017-06-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多