remove redundant publish unit test results (#12697)

rm redundant publish unit test results
This commit is contained in:
Yi Zhang 2022-08-25 11:18:07 +08:00 committed by GitHub
parent eba4f77d00
commit d91f017da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,13 +47,7 @@ jobs:
sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer
${{ parameters.BuildCommand }}
displayName: 'Build and Test OnnxRuntime lib for MacOS'
- task: PublishTestResults@2
displayName: 'Publish unit test results'
inputs:
testResultsFiles: '**/*.results.xml'
searchFolder: '$(Build.BinariesDirectory)'
testRunTitle: 'Unit Test Run'
condition: succeededOrFailed()
- ${{ if eq(parameters['DoNugetPack'], 'true') }}:
- script: |
${{ parameters.NuPackScript }}