Skip to content

Commit 5aad59d

Browse files
authored
- fixes stages dependency for release
1 parent cba0b3b commit 5aad59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ stages:
6464
task: 'publishSnapshotPublicationToSonatypeSnapshotRepository'
6565

6666
- stage: Maven_Release_And_Github_Release
67-
dependsOn: []
67+
dependsOn: Build
6868
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
6969
jobs:
7070
- deployment: Maven_Release

0 commit comments

Comments
 (0)