From 296d13c2d5b1b163797d03c1c1cc51ed7b7a08fb Mon Sep 17 00:00:00 2001 From: wenyutang-ms Date: Wed, 20 Aug 2025 15:53:14 +0800 Subject: [PATCH] ci: update the pipeline to do publish --- .azure-pipelines/publish-to-maven.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.azure-pipelines/publish-to-maven.yml b/.azure-pipelines/publish-to-maven.yml index 58dc58cf..a1ef0a20 100644 --- a/.azure-pipelines/publish-to-maven.yml +++ b/.azure-pipelines/publish-to-maven.yml @@ -22,6 +22,10 @@ extends: - stage: PublishToMaven jobs: - job: PublishToMaven + displayName: Maven Release job + templateContext: + type: releaseJob + isProduction: true steps: - task: DownloadBuildArtifacts@1 displayName: 'Download Jar Artifacts'