Skip to content

Commit fef0301

Browse files
authored
Revert "Revise integration stage condition. (Azure#17998)" (Azure#18243)
This reverts commit 40e7f7d.
1 parent 844e16d commit fef0301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ stages:
240240
jobs:
241241
- job: PublishPackages
242242
displayName: "Publish package to daily feed"
243-
condition: and(eq(variables['SetDevVersion'], 'true'), eq(variables['System.TeamProject'], 'internal'))
243+
condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
244244
pool:
245245
name: azsdk-pool-mms-ubuntu-1804-general
246246
vmImage: MMSUbuntu18.04

0 commit comments

Comments
 (0)