From be3bd9ea64570a468d482a8fc70e3d8474f77286 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Fri, 3 Sep 2021 21:24:27 +0200 Subject: 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. --- ci/azure-steps.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ci/azure-steps.yml (limited to 'ci') 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()) -- cgit v1.1