Skip to content

Commit eedec7d

Browse files
authored
Merge pull request #173 from TileDB-Inc/victorgiannakouris/azure-pipelines-fixes
Upload master SNAPSHOT to Sonatype
2 parents fc1eae2 + 85fb77c commit eedec7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ stages:
4747
- template: ci/tiledb-java-linux_osx.yml
4848

4949
- stage: BuildNativeLibs
50-
condition: or(startsWith(variables['Build.SourceBranch'], 'master'), startsWith(variables['Build.SourceBranch'], 'refs/tags'))
50+
condition: or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/tags'))
5151
jobs:
5252
- job: Linux_OSX
5353
strategy:
@@ -69,8 +69,9 @@ stages:
6969
vmImage: $(imageName)
7070
steps:
7171
- template: ci/tiledb-java-windows-release.yml
72+
7273
- stage: Release
73-
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
74+
condition: or(startsWith(variables['Build.SourceBranch'], 'refs/tags'), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
7475
jobs:
7576
- job: All_OS
7677
strategy:

0 commit comments

Comments
 (0)