We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40bf00c + 5aad59d commit 7cdb8b3Copy full SHA for 7cdb8b3
1 file changed
.azure-pipelines/buildAndPackage.yml
@@ -70,7 +70,7 @@ stages:
70
directoryPath: $(DROP_PATH)
71
72
- stage: Maven_Release_And_Github_Release
73
- dependsOn: []
+ dependsOn: Build
74
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
75
jobs:
76
- deployment: Maven_Release
0 commit comments