mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
remove redundant publish unit test results (#12697)
rm redundant publish unit test results
This commit is contained in:
parent
eba4f77d00
commit
d91f017da1
1 changed files with 1 additions and 7 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue