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 31fd1a4 commit 4db2750Copy full SHA for 4db2750
.pipelines/release.yml
@@ -119,7 +119,7 @@ extends:
119
dependsOn: [Build_Nuget]
120
variables:
121
- name: Version
122
- value: $[ stageDependencies.Build_Nuget.Build_Nuget.outputs['PackageVersion'] ]
+ value: $[ stageDependencies.Build_Nuget.Build_Nuget.outputs['Output.PackageVersion'] ]
123
- name: ob_release_environment
124
value: PPE
125
jobs:
0 commit comments