Skip to content

Commit 40e7f7d

Browse files
authored
Revise integration stage condition. (Azure#17998)
1 parent 8f7f585 commit 40e7f7d

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
@@ -241,7 +241,7 @@ stages:
241241
jobs:
242242
- job: PublishPackages
243243
displayName: "Publish package to daily feed"
244-
condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
244+
condition: and(eq(variables['SetDevVersion'], 'true'), eq(variables['System.TeamProject'], 'internal'))
245245
pool:
246246
name: azsdk-pool-mms-ubuntu-1804-general
247247
vmImage: MMSUbuntu18.04

0 commit comments

Comments
 (0)