This also removes the additional upload step for test results in the hope of fixing the `autoCancel` flag.pull/9222/head
parent
d5f30308b4
commit
be3bd9ea64
2 changed files with 13 additions and 27 deletions
@ -1,25 +0,0 @@ |
|||||||
steps: |
|
||||||
- task: PowerShell@2 |
|
||||||
inputs: |
|
||||||
targetType: 'filePath' |
|
||||||
filePath: .\ci\run.ps1 |
|
||||||
env: |
|
||||||
MESON_CI_JOBNAME: azure-$(System.JobName) |
|
||||||
|
|
||||||
- task: PublishTestResults@2 |
|
||||||
inputs: |
|
||||||
testResultsFiles: meson-test-run.xml |
|
||||||
testRunTitle: $(System.JobName) |
|
||||||
publishRunAttachments: true |
|
||||||
condition: not(canceled()) |
|
||||||
|
|
||||||
- task: CopyFiles@2 |
|
||||||
inputs: |
|
||||||
contents: 'meson-test-run.*' |
|
||||||
targetFolder: $(Build.ArtifactStagingDirectory) |
|
||||||
condition: not(canceled()) |
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1 |
|
||||||
inputs: |
|
||||||
artifactName: $(System.JobName) |
|
||||||
condition: not(canceled()) |
|
Loading…
Reference in new issue