We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719bda0 commit c9b3e91Copy full SHA for c9b3e91
Pipelines/appinspector-release.yml
@@ -608,7 +608,7 @@ extends:
608
displayName: GitHub Release Job
609
dependsOn: sign_hash_release
610
variables:
611
- ReleaseVersion: $[stageDependencies.Release.sign_hash_release.outputs['outputReleaseVersionVar.releaseVersion']]
+ ReleaseVersion: $[ dependencies.sign_hash_release.outputs['outputReleaseVersionVar.releaseVersion'] ]
612
# pool: you can optionally specify pool as you would normally do for a standard job
613
templateContext:
614
type: releaseJob # Required, this indicates this job is a release job
0 commit comments