Skip to content

Commit

Permalink
Bring dev up to date with master. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Feb 15, 2020
2 parents 02fadad + a187381 commit 2fe7b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
dependsOn:
- BuildPack
- Test
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/dev'), eq(variables['Build.SourceBranch'], 'refs/heads/master')))
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
environment: Development
strategy:
runOnce:
Expand Down

0 comments on commit 2fe7b06

Please sign in to comment.