File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ stages:
219219 PRBranchName : increment-package-version-${{ parameters.ServiceDirectory }}-$(Build.BuildId)
220220 CommitMsg : " Increment package version after release of ${{ artifact.name }}"
221221 PRTitle : " Increment version for ${{ parameters.ServiceDirectory }} releases"
222+ PRLabels : " auto-merge"
222223 CloseAfterOpenForTesting : ' ${{ parameters.TestPipeline }}'
223224
224225 - stage : Integration
@@ -253,4 +254,4 @@ stages:
253254 inputs :
254255 command : push
255256 packagesToPush : ' $(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.nupkg;!$(Pipeline.Workspace)/${{parameters.ArtifactName}}-signed/${{artifact.name}}/*.symbols.nupkg'
256- publishVstsFeed : $(DevOpsFeedID)
257+ publishVstsFeed : $(DevOpsFeedID)
You can’t perform that action at this time.
0 commit comments