Changed test search folder to Artifacts
cfbc13ec
Adam Rush
committed
succeeded
1 changed file
azure-pipelines.yml
/azure-pipelines.yml-1+1
/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