From 9c0b2de96a2515a56b818f2f18a036b7fc02b326 Mon Sep 17 00:00:00 2001 From: Shawn Fang Date: Tue, 25 Jun 2024 22:00:09 -0700 Subject: [PATCH] To trigger patch release pipeline --- eng/pipelines/patch-release.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/eng/pipelines/patch-release.yml b/eng/pipelines/patch-release.yml index d9559a5bd3103..1f79da4eb04eb 100644 --- a/eng/pipelines/patch-release.yml +++ b/eng/pipelines/patch-release.yml @@ -4,16 +4,19 @@ extends: template: /eng/pipelines/templates/stages/archetype-sdk-client-patch.yml parameters: artifacts: - - name: azure-sdk-template + - name: azure-developer-devcenter groupId: com.azure - safeName: azuresdktemplate - ServiceDirectory: template - - name: azure-sdk-template-two + safeName: azuredeveloperdevcenter + ServiceDirectory: devcenter + - name: azure-identity-extensions groupId: com.azure - safeName: azuresdktemplatetwo - ServiceDirectory: template - - name: azure-sdk-template-three + safeName: azureidentityextensions + ServiceDirectory: identity + - name: azure-data-appconfiguration groupId: com.azure - safeName: azuresdktemplatethree - ServiceDirectory: template - + safeName: azuredataappconfiguration + ServiceDirectory: appconfiguration + - name: azure-ai-textanalytics + groupId: com.azure + safeName: azureaitextanalytics + ServiceDirectory: textanalytics