Skip to content

Commit 91edb71

Browse files
authored
Add dependency on sign_hash_release for GitHub release job (#612)
Updated the appinspector-release.yml pipeline to ensure the gitHubReleaseJob depends on the sign_hash_release job.
1 parent 319f217 commit 91edb71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pipelines/appinspector-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ extends:
600600
- job: gitHubReleaseJob
601601
# Based on Documentation: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/releasepipelines/releaseworkflows/releasejob?tabs=standardreleasejob
602602
displayName: GitHub Release Job
603+
dependsOn: sign_hash_release
603604
# pool: you can optionally specify pool as you would normally do for a standard job
604605
templateContext:
605606
type: releaseJob # Required, this indicates this job is a release job

0 commit comments

Comments
 (0)