We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e924c5e commit 9db45acCopy full SHA for 9db45ac
.pipelines/PowerShell-Docker-Image-Build-Official.yml
@@ -119,15 +119,15 @@ extends:
119
- ${{ if eq(parameters.releaseChannel, 'stable') }}:
120
- template: /.vsts-ci/stableReleaseStage.yml@self
121
parameters:
122
- channel: ${{ parameters.channel }}
+ channel: ${{ parameters.releaseChannel }}
123
channelPath: 'release/7-4'
124
- ${{ elseif eq(parameters.releaseChannel, 'preview')}}:
125
- template: /.vsts-ci/previewReleaseStage.yml@self
126
127
- channel: preview
128
channelPath: 'release/7-5'
129
- ${{ elseif eq(parameters.releaseChannel, 'lts')}}:
130
- template: /.vsts-ci/ltsReleaseStage.yml@self
131
132
- channel: lts
133
channelPath: 'release/7-2'
0 commit comments