1 changed file
azure-pipelines.yml | ||
Add comment 22 displayName: 'Publish Unit Tests'
Add comment 23 inputs:
Add comment 24 testRunner: 'NUnit'
Add comment 25 Minus testResultsFiles: '**UnitTestResults.xml'
Add comment 25 Plus searchFolder: 'Artifacts'
Add comment 26 testRunTitle: 'UnitTests'
Add comment 27 condition: always()
Add comment 28