Skip to content

Instantly share code, notes, and snippets.

@WolfgangOfner
Created September 12, 2021 20:15
Show Gist options
  • Save WolfgangOfner/fd4cd2c2b3a962b1341385de37bdc157 to your computer and use it in GitHub Desktop.
Save WolfgangOfner/fd4cd2c2b3a962b1341385de37bdc157 to your computer and use it in GitHub Desktop.
- task: PublishTestResults@2
inputs:
testResultsFormat: 'VSTest'
testResultsFiles: '**/*.trx'
searchFolder: '$(System.DefaultWorkingDirectory)/testresults'
displayName: 'Publish test results'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment