From f5abb379bb8a337c78eef663b56f11763d94334d Mon Sep 17 00:00:00 2001 From: Joyeeta Pal Date: Fri, 29 Nov 2024 18:44:43 +0530 Subject: [PATCH] Update azure-maven-publish-1espt.yml for Azure Pipelines --- android/azure-maven-publish-1espt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/azure-maven-publish-1espt.yml b/android/azure-maven-publish-1espt.yml index 450f17987d..ee919fe8a1 100644 --- a/android/azure-maven-publish-1espt.yml +++ b/android/azure-maven-publish-1espt.yml @@ -25,7 +25,7 @@ extends: outputs: - output: pipelineArtifact displayName: 'Publish library artifact to pipeline' - targetPath: '$(build.sourcesdirectory)/build/artifacts/com/microsoft/design' + targetPath: 'android/library/build/artifacts/com/microsoft/design' artifactName: 'aar' publishLocation: 'pipeline' steps: