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 c4daf9c commit 99d0dc8Copy full SHA for 99d0dc8
.pipelines/release.yml
@@ -26,6 +26,8 @@ extends:
26
template: v2/OneBranch.NonOfficial.CrossPlat.yml@templates # The Official template may only be used by Production-classified pipelines
27
28
parameters:
29
+ release:
30
+ category: NonAzure
31
featureFlags:
32
WindowsHostVersion:
33
Disk: Large
@@ -129,6 +131,8 @@ extends:
129
131
variables:
130
132
- name: Version
133
value: $[ stageDependencies.Build_Nuget.Build_Nuget.outputs['PackageVersion'] ]
134
+ - name: ob_release_environment
135
+ value: Production
136
137
steps:
138
- task: PowerShell@2
0 commit comments