Update release-branch-pipeline.yml for Azure Pipelines

This commit is contained in:
Mark Iantorno 2023-02-01 11:11:48 -05:00
parent a2ab48d15f
commit eaff7dcf4e
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ jobs:
# is that once we pull the code, it won't change again on this branch until the release is complete. We
# want to fail fast if there is an issue, and avoid running the tests more than once so it doesn't take all day.
timeoutInMinutes: 360
dependsOn: ['get_release_version', 'get_branch_id', 'check_release_notes']
steps:
# Runs 'mvn clean package'
- task: Maven@3
@ -122,6 +123,7 @@ jobs:
goals: 'package'
- job: publish_build_artifacts
timeoutInMinutes: 5
dependsOn: ['buildaroni']
steps:
# Publishes the built Validator jar to build artifacts. Primarily for testing and debugging builds.
- task: PublishPipelineArtifact@1