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.
2 parents a820f50 + 5195c25 commit 8d198d8Copy full SHA for 8d198d8
eng/pipelines/templates/stages/archetype-java-release-batch.yml
@@ -283,6 +283,12 @@ stages:
283
MarkPackageAsShipped: true
284
ArtifactName: packages-signed
285
SourceRootPath: $(Pipeline.Workspace)/azure-sdk-for-java
286
+ - ${{ each artifact in parameters.Artifacts }}:
287
+ - template: /eng/common/pipelines/templates/steps/mark-release-completion.yml
288
+ parameters:
289
+ ConfigFileDir: $(Pipeline.Workspace)/packages-signed/PackageInfo
290
+ SourceRootPath: $(Pipeline.Workspace)/azure-sdk-for-java
291
+ PackageArtifactName: ${{artifact.name}}
292
293
- job: UpdatePackageVersion
294
displayName: "Update Package Version"
0 commit comments