You use an Azure Pipelines pipeline to build and deploy an app.
You have a custom test task that has the following inputs:
• testResultsFiles: **/TEST-*.trx
• searchFolder: $(System.DefaultWorkingDirectory)
• mergeTestResults: true
Which format should you use for the input data of testResultsFiles?
danisancho
8 months ago