File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ stages:
4444
4545- template : templates/run-unit-tests.stages.yaml@acn-devops
4646
47- - ${{ if eq(parameters.releaseTrain , 'v1.7') }} :
47+ - ${{ if eq(parameters.triggerBuildSourceBranch , 'v1.7') }} :
4848 - stage : build
4949 displayName : " Build Project"
5050 dependsOn :
@@ -203,7 +203,7 @@ stages:
203203 archiveVersion : $(NPM_VERSION)
204204 imageTag : $(Build.BuildNumber)
205205
206- - ${{ if eq(parameters.releaseTrain , 'v1.6') }} :
206+ - ${{ if eq(parameters.triggerBuildSourceBranch , 'v1.6') }} :
207207 - stage : build
208208 displayName : " Build Project"
209209 dependsOn :
@@ -350,7 +350,7 @@ stages:
350350 archiveVersion : $(NPM_VERSION)
351351 imageTag : $(Build.BuildNumber)
352352
353- - ${{ if eq(parameters.releaseTrain , 'v1.5') }} :
353+ - ${{ if eq(parameters.triggerBuildSourceBranch , 'v1.5') }} :
354354
355355 - stage : build
356356 displayName : " Build Project"
You can’t perform that action at this time.
0 commit comments