From e179a163df955adf532efc98192540df1d2b2186 Mon Sep 17 00:00:00 2001 From: Joyeeta Pal Date: Fri, 18 Oct 2024 10:30:23 +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 6ad9d9aa7b..7d02071399 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: 'android/library/build/artifacts/com/microsoft/design' + targetPath: '$(Build.ArtifactStagingDirectory)' artifactName: 'aar' publishLocation: 'pipeline' steps: