Skip to content

Commit

Permalink
Revert "Revise integration stage condition. (Azure#17998)"
Browse files Browse the repository at this point in the history
This reverts commit 40e7f7d.
  • Loading branch information
mitchdenny committed Apr 22, 2021
1 parent 5ec4667 commit 0b994ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ stages:
jobs:
- job: PublishPackages
displayName: "Publish package to daily feed"
condition: and(eq(variables['SetDevVersion'], 'true'), eq(variables['System.TeamProject'], 'internal'))
condition: or(eq(variables['SetDevVersion'], 'true'), and(eq(variables['Build.Reason'],'Schedule'), eq(variables['System.TeamProject'], 'internal')))
pool:
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04
Expand Down

0 comments on commit 0b994ab

Please sign in to comment.