Skip to content

Commit

Permalink
Update azure-maven-publish-1espt.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeeta26 committed Oct 17, 2024
1 parent f7087f2 commit 45fe474
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 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: '$(build.sourcesdirectory)/build/artifacts/com/microsoft/design'
targetPath: 'android/build/artifacts/com/microsoft/design'
artifactName: 'aar'
publishLocation: 'pipeline'
steps:
Expand All @@ -42,7 +42,8 @@ extends:
ls
- task: Gradle@3
inputs:
gradleWrapperFile: 'gradlew'
gradleWrapperFile: 'android/gradlew'
workingDirectory: 'android'
tasks: "assembleRelease"
options: "-PversionName=$(VERSION_NAME)"
publishJUnitResults: false
Expand All @@ -53,7 +54,8 @@ extends:
- task: Gradle@2
displayName: Gradle publish
inputs:
gradleWrapperFile: 'gradlew'
gradleWrapperFile: 'android/gradlew'
workingDirectory: 'android'
tasks: 'publish'
publishJUnitResults: false
javaHomeOption: 'JDKVersion'
Expand Down

0 comments on commit 45fe474

Please sign in to comment.