diff --git a/.azure/build-pipeline.yaml b/.azure/build-pipeline.yaml index 8bfa100b..9a55248a 100644 --- a/.azure/build-pipeline.yaml +++ b/.azure/build-pipeline.yaml @@ -67,9 +67,9 @@ stages: artifactRunId: '' - stage: java_deploy displayName: Deploy Java - #dependsOn: - #- container_build - #- docs_build + dependsOn: + - container_build + - docs_build #condition: and(succeeded(), or(eq(variables['build.sourceBranch'], 'refs/heads/main'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))) jobs: - template: 'templates/jobs/deploy_java.yaml'