Skip to content

Commit

Permalink
Update azure-maven-publish-1espt.yml for Azure Pipelines (#765)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
joyeeta26 authored Oct 18, 2024
1 parent 85ead1f commit 38a6f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/azure-maven-publish-1espt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)"
Expand Down

0 comments on commit 38a6f98

Please sign in to comment.