Run release against builds on release/* branches

Fixes #2111
This commit is contained in:
Daniel Imms
2019-05-21 14:26:28 -07:00
parent 8e460dfe55
commit d3ff32da72
+1 -1
View File
@@ -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: