Skip to content

Commit 62c285a

Browse files
committed
fix azure yaml
1 parent 2e3355c commit 62c285a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
displayName: 'MyPy'
4444
4545
- task: PublishTestResults@2
46-
displayName: publish test results via junit
47-
condition: succeededOrFailed()
48-
inputs:
49-
testResultsFormat: "JUnit"
50-
testResultsFiles: ${{ format('$(System.DefaultWorkingDirectory)/mypy_result.xml') }}
51-
testRunTitle: 'MyPy'
46+
displayName: publish test results via junit
47+
condition: succeededOrFailed()
48+
inputs:
49+
testResultsFormat: "JUnit"
50+
testResultsFiles: ${{ format('$(System.DefaultWorkingDirectory)/mypy_result.xml') }}
51+
testRunTitle: 'MyPy'
5252

5353
- template: .azure_pipelines/run_tests.yml
5454
parameters: {name: 'Python_35', python: '3.5', architecture: 'x64', kind: 'native'}

0 commit comments

Comments
 (0)