From 64668dca74f22a4e5cb817bce8a753f18710a1aa Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Wed, 14 Apr 2021 08:58:48 +1000 Subject: [PATCH] Revise stage condition. (#14851) --- eng/pipelines/templates/stages/archetype-js-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/stages/archetype-js-release.yml b/eng/pipelines/templates/stages/archetype-js-release.yml index a079f86cc6be..7d93d011b599 100644 --- a/eng/pipelines/templates/stages/archetype-js-release.yml +++ b/eng/pipelines/templates/stages/archetype-js-release.yml @@ -229,7 +229,7 @@ stages: - job: PublishPackages # Run Integration job only if SetDevVersion is set to true or ( SetDevVersion is empty and job is a scheduled CI run) # If SetDevVersion is set to false then we should skip integration job even for scheduled runs. - condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['SetDevVersion'], ''), eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal'))) + condition: and(eq(variables['SetDevVersion'], 'true'), eq(variables['System.TeamProject'], 'internal')) displayName: Publish package to daily feed pool: name: azsdk-pool-mms-ubuntu-1804-general