Skip to content

Commit c9b3e91

Browse files
authored
Fix Variable Passing (#615)
* Try Fix variable definition in release pipeine
1 parent 719bda0 commit c9b3e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipelines/appinspector-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ extends:
608608
displayName: GitHub Release Job
609609
dependsOn: sign_hash_release
610610
variables:
611-
ReleaseVersion: $[stageDependencies.Release.sign_hash_release.outputs['outputReleaseVersionVar.releaseVersion']]
611+
ReleaseVersion: $[ dependencies.sign_hash_release.outputs['outputReleaseVersionVar.releaseVersion'] ]
612612
# pool: you can optionally specify pool as you would normally do for a standard job
613613
templateContext:
614614
type: releaseJob # Required, this indicates this job is a release job

0 commit comments

Comments
 (0)