From 80f4190c4801b564c5d2da6e1a0e749c64aed6ea Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sat, 29 Aug 2020 22:34:12 +0100 Subject: [PATCH] change condition --- .azuredevops/pipelines/publish-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/publish-job.yml b/.azuredevops/pipelines/publish-job.yml index 27beedc14..24c24d385 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -48,6 +48,7 @@ stages: - stage: deploy jobs: - job: + condition: and(succeeded(), eq(variables.isMain, true)) steps: - task: DownloadPipelineArtifact@2 inputs: @@ -90,4 +91,3 @@ stages: isPreRelease: true changeLogCompareToRelease: 'lastNonDraftRelease' changeLogType: 'commitBased' - condition: and(succeeded(), eq(variables.isMain, true))