File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,17 @@ stages:
131
131
Get-ChildItem $esrpDirectory
132
132
displayName: Isolate files for ESRP Publish
133
133
134
- - task : EsrpRelease@2
134
+ - task : EsrpRelease@7
135
135
displayName : ' Publish to ESRP'
136
136
inputs :
137
- ConnectedServiceName : ' ESRP Release Service'
137
+ ConnectedServiceName : ' Azure SDK Engineering System'
138
+ ClientId : ' 5f81938c-2544-4f1f-9251-dd9de5b8a81b'
139
+ KeyVaultName : ' AzureSDKEngKeyVault'
140
+ AuthCertName : ' azure-sdk-esrp-release-auth-certificate'
141
+ SignCertName : ' azure-sdk-esrp-release-sign-certificate'
138
142
Intent : ' PackageDistribution'
139
143
ContentType : ' PyPI'
140
- PackageLocation : $(Pipeline.Workspace)/esrp-release/${{parameters.ArtifactName}}/${{artifact.name}}
144
+ FolderLocation : $(Pipeline.Workspace)/esrp-release/${{parameters.ArtifactName}}/${{artifact.name}}
141
145
Owners : $(Build.RequestedForEmail)
142
146
Approvers : $(Build.RequestedForEmail)
143
147
ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
You can’t perform that action at this time.
0 commit comments