From 194bb2abde9aa6bf4aa585dfb8520f39e114d170 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Thu, 5 Nov 2020 17:07:48 -0800 Subject: [PATCH] we should always run integration to publish from our artifacts. if the build pipeline crashed too early in the pipeline, this will fail regardless, due to inability to pull the artifacts down --- eng/pipelines/templates/stages/archetype-python-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/templates/stages/archetype-python-release.yml b/eng/pipelines/templates/stages/archetype-python-release.yml index 9a7d69c97e34..43b13baf6d26 100644 --- a/eng/pipelines/templates/stages/archetype-python-release.yml +++ b/eng/pipelines/templates/stages/archetype-python-release.yml @@ -230,6 +230,7 @@ stages: - stage: Integration dependsOn: ${{parameters.DependsOn}} + condition: succeededOrFailed('${{parameters.DependsOn}}') jobs: - job: PublishPackages displayName: "Publish package to daily feed"