Skip to content

Commit

Permalink
devops xamarin#15.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Mar 28, 2019
1 parent 24a0954 commit a4c49dc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions devops/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
- task: PublishTestResults@2
displayName: Publish test results
condition: 'always()'
testResultsFormat: NUnit
testResultsFiles: '**/TestResult*.xml'
testRunTitle: Sample tests (build)
publishRunAttachments: true
condition: always()
inputs:
testResultsFormat: NUnit
testResultsFiles: '**/TestResult*.xml'
testRunTitle: Sample tests (build)
publishRunAttachments: true

0 comments on commit a4c49dc

Please sign in to comment.