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 09b9b4f commit 749e44dCopy full SHA for 749e44d
.pipelines/release.yml
@@ -120,13 +120,8 @@ extends:
120
variables:
121
- name: Version
122
value: $[ stageDependencies.Build_Nuget.Build_Nuget.outputs['PackageVersion'] ]
123
- - ${{ if eq(parameters.OfficialBuild, 'true') }}:
124
- - name: ob_release_environment
125
- value: PPE
126
- - ${{ if eq(parameters.OfficialBuild, 'false') }}:
127
128
- value: Test
129
-
+ - name: ob_release_environment
+ value: PPE
130
jobs:
131
- job: NuGetPublish
132
displayName: Publish to NuGet
0 commit comments