Skip to content

Commit 38a6f98

Browse files
authored
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
1 parent 85ead1f commit 38a6f98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android/azure-maven-publish-1espt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extends:
2525
outputs:
2626
- output: pipelineArtifact
2727
displayName: 'Publish library artifact to pipeline'
28-
targetPath: 'android/library/build/artifacts/com/microsoft/design'
28+
targetPath: '$(Build.ArtifactStagingDirectory)'
2929
artifactName: 'aar'
3030
publishLocation: 'pipeline'
3131
steps:
@@ -38,11 +38,11 @@ extends:
3838
targetType: "inline"
3939
script: |
4040
# Write your commands here
41-
sudo bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
41+
bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
4242
ls
4343
- task: Gradle@3
4444
inputs:
45-
gradleWrapperFile: "android/gradlew"
45+
gradleWrapperFile: 'android/gradlew'
4646
workingDirectory: 'android'
4747
tasks: "assembleRelease"
4848
options: "-PversionName=$(VERSION_NAME)"

0 commit comments

Comments
 (0)