aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-09-03 21:24:27 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-09-04 17:03:24 +0200
commitbe3bd9ea64570a468d482a8fc70e3d8474f77286 (patch)
tree8004ef1f604219f5df668961ccb13b123133fc62 /ci
parentd5f30308b44f2609865a6ba3993de091f6643e72 (diff)
downloadmeson-be3bd9ea64570a468d482a8fc70e3d8474f77286.zip
meson-be3bd9ea64570a468d482a8fc70e3d8474f77286.tar.gz
meson-be3bd9ea64570a468d482a8fc70e3d8474f77286.tar.bz2
ci: Also use the `autoCancel` key for Azure
This also removes the additional upload step for test results in the hope of fixing the `autoCancel` flag.
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-steps.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
deleted file mode 100644
index 8aba224..0000000
--- a/ci/azure-steps.yml
+++ /dev/null
@@ -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())