|
@@ -37,13 +37,13 @@ jobs:
|
|
|
inputs:
|
|
|
targetType: 'filePath'
|
|
|
filePath: ./scripts/travis_script.sh
|
|
|
+ - task: PublishTestResults@2
|
|
|
+ inputs:
|
|
|
+ testResultsFiles: '**/test-*.xml'
|
|
|
+ testRunTitle: 'pytest'
|
|
|
+ condition: eq(variables['group'], 'python'))
|
|
|
- task: Bash@3
|
|
|
displayName: 'success'
|
|
|
inputs:
|
|
|
targetType: 'filePath'
|
|
|
filePath: ./scripts/travis_success.sh
|
|
|
-
|
|
|
- - task: PublishTestResults@2
|
|
|
- inputs:
|
|
|
- testResultsFiles: '**/test-*.xml'
|
|
|
- testRunTitle: 'Publish pytest'
|