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 d97d820 commit 7a59694Copy full SHA for 7a59694
.pipelines/release.yml
@@ -131,8 +131,12 @@ extends:
131
variables:
132
- name: Version
133
value: $[ stageDependencies.Build_Nuget.Build_Nuget.outputs['PackageVersion'] ]
134
- - name: ob_release_environment
135
- value: PPE
+ - ${{ if eq(parameters.OfficialBuild, 'true') }}:
+ - name: ob_release_environment
136
+ value: PPE
137
+ - ${{ if eq(parameters.OfficialBuild, 'false') }}:
138
139
+ value: Test
140
141
steps:
142
- task: PowerShell@2
0 commit comments