From 287058ead0435f29bc5a734e9cdeb444b86c9542 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 22 Apr 2021 09:53:53 +1000 Subject: [PATCH] Revert "Revise stage condition. (#14851)" (#14963) This reverts commit 64668dca74f22a4e5cb817bce8a753f18710a1aa. --- 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 7d93d011b599..a079f86cc6be 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: and(eq(variables['SetDevVersion'], 'true'), eq(variables['System.TeamProject'], 'internal')) + condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['SetDevVersion'], ''), eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal'))) displayName: Publish package to daily feed pool: name: azsdk-pool-mms-ubuntu-1804-general