Skip to content

Commit cb340fd

Browse files
committed
Upload master SNAPSHOT to Sonatype
1 parent fc1eae2 commit cb340fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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'], 'master'))
7475
jobs:
7576
- job: All_OS
7677
strategy:

0 commit comments

Comments
 (0)