Skip to content

Commit

Permalink
Add ESRP task (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis authored May 21, 2024
1 parent f9d6d55 commit da82c01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .ado/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,17 @@ jobs:
displayName: Move Py Artifacts to Publishing Dir
# Add ESRP steps here

- task: EsrpRelease@4
displayName: Publish Py Packages
inputs:
ConnectedServiceName: 'ESRP_Release'
Intent: 'PackageDistribution'
ContentType: 'PyPi'
FolderLocation: '$(System.DefaultWorkingDirectory)/target/wheels'
Owners: '$(OwnerPersonalAlias)@microsoft.com' # NB: Group email here fails the task with non-actionable output.
Approvers: '[email protected]'
# Auto-inserted Debugging defaults:
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'QuantumDevelpmentKit' # ESRP Team's Correction (including the critical typo "Develpm").
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'

0 comments on commit da82c01

Please sign in to comment.