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 Jan 31, 2025
1 parent 3fcfabb commit d5fafb8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions android/azure-maven-publish-1espt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,10 @@ extends:
jdkVersionOption: "$(jdkVersion)"
sonarQubeRunAnalysis: false
options: "-PGPGSigningKeyID=$(gpgSignKey) -PGPGSigningPassword=$(gpgSignPassword) -PSigningSecretKeyRingFile=$(gpgSecretFileParentPath)"

- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: 📒 Generate Manifest
inputs:
BuildDropPath: '$(build.sourcesdirectory)/build'
templateContext:
outputs:
- output: pipelineArtifact
displayName: "\U0001F4D2 Publish Manifest"
artifactName: SBom-$(System.JobAttempt)
targetPath: $(build.sourcesdirectory)/build/_manifest
- output: pipelineArtifact
displayName: 'Publish library artifact to pipeline'
targetPath: '$(build.sourcesdirectory)/build/artifacts/com/microsoft/design'
targetPath: 'android/library/build/artifacts/com/microsoft/design'
artifactName: 'aar'
publishLocation: 'pipeline'

0 comments on commit d5fafb8

Please sign in to comment.