Skip to content

Commit

Permalink
Run release against builds on release/* branches
Browse files Browse the repository at this point in the history
Fixes #2111
  • Loading branch information
Tyriar committed May 21, 2019
1 parent 8e460df commit d3ff32d
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 @@ -77,7 +77,7 @@ jobs:
- Linux
- macOS
- Windows
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/release/*')))
pool:
vmImage: 'ubuntu-16.04'
steps:
Expand Down

0 comments on commit d3ff32d

Please sign in to comment.