From 38a6f9837c2d45018678cb38668ebff83763fe58 Mon Sep 17 00:00:00 2001 From: Joyeeta Pal Date: Fri, 18 Oct 2024 11:53:24 +0530 Subject: [PATCH] Update azure-maven-publish-1espt.yml for Azure Pipelines (#765) * Update azure-maven-publish-1espt.yml for Azure Pipelines * Update azure-maven-publish-1espt.yml for Azure Pipelines * Update azure-maven-publish-1espt.yml for Azure Pipelines * Update azure-maven-publish-1espt.yml for Azure Pipelines * Update azure-maven-publish-1espt.yml for Azure Pipelines --- android/azure-maven-publish-1espt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/azure-maven-publish-1espt.yml b/android/azure-maven-publish-1espt.yml index 4792ad2813..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: @@ -38,11 +38,11 @@ extends: targetType: "inline" script: | # Write your commands here - sudo bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'" + bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'" ls - task: Gradle@3 inputs: - gradleWrapperFile: "android/gradlew" + gradleWrapperFile: 'android/gradlew' workingDirectory: 'android' tasks: "assembleRelease" options: "-PversionName=$(VERSION_NAME)"