File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -196,11 +196,11 @@ stages:
196196 -ServiceDirectory '${{parameters.ServiceDirectory}}'
197197 -PackageName '${{artifact.name}}'
198198
199- - template : /eng/common/pipelines/templates/steps/create-pull-request.yml
200- parameters :
201- PRBranchName : increment-package-version-${{parameters.ServiceDirectory}}-$(Build.BuildId)
202- CommitMsg : " Increment package version after release of ${{ artifact. name }}"
203- PRTitle : " Increment versions for ${{parameters.ServiceDirectory}} releases"
204- CloseAfterOpenForTesting : ' ${{parameters.TestPipeline}}'
205- ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }} :
206- BaseBranchName : main
199+ - template : /eng/common/pipelines/templates/steps/create-pull-request.yml
200+ parameters :
201+ PRBranchName : increment-package-version-${{parameters.ServiceDirectory}}-$(Build.BuildId)
202+ CommitMsg : " Increment package version after release of ${{ join(', ', parameters.Artifacts.*. name) }}"
203+ PRTitle : " Increment versions for ${{parameters.ServiceDirectory}} releases"
204+ CloseAfterOpenForTesting : ' ${{parameters.TestPipeline}}'
205+ ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }} :
206+ BaseBranchName : main
You can’t perform that action at this time.
0 commit comments