Skip to content

Commit a539b5b

Browse files
authored
Revert "Revise stage condition. (#14851)" (#14963)
This reverts commit 64668dc.
1 parent 6f9cfea commit a539b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/stages/archetype-js-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ stages:
229229
- job: PublishPackages
230230
# Run Integration job only if SetDevVersion is set to true or ( SetDevVersion is empty and job is a scheduled CI run)
231231
# If SetDevVersion is set to false then we should skip integration job even for scheduled runs.
232-
condition: and(eq(variables['SetDevVersion'], 'true'), eq(variables['System.TeamProject'], 'internal'))
232+
condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['SetDevVersion'], ''), eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
233233
displayName: Publish package to daily feed
234234
pool:
235235
name: azsdk-pool-mms-ubuntu-1804-general

0 commit comments

Comments
 (0)