diff --git a/.ado/release.yml b/.ado/release.yml index 701a15bc..b7a41f0a 100644 --- a/.ado/release.yml +++ b/.ado/release.yml @@ -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: 'billti@microsoft.com' + # 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'