File tree 2 files changed +12
-12
lines changed
eng/pipelines/templates/stages
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -141,22 +141,22 @@ stages:
141
141
Get-ChildItem $esrpDirectory
142
142
displayName: Isolate files for ESRP Publish
143
143
144
- - task : EsrpRelease@7
144
+ - task : EsrpRelease@9
145
145
displayName : ' Publish to ESRP'
146
146
inputs :
147
- ConnectedServiceName : ' Azure SDK Engineering System '
147
+ ConnectedServiceName : ' Azure SDK PME Managed Identity '
148
148
ClientId : ' 5f81938c-2544-4f1f-9251-dd9de5b8a81b'
149
- KeyVaultName : ' AzureSDKEngKeyVault'
150
- AuthCertName : ' azure-sdk-esrp-release-auth-certificate'
151
- SignCertName : ' azure-sdk-esrp-release-sign-certificate'
149
+ DomainTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346'
150
+ UseManagedIdentity : true
151
+ KeyVaultName : ' kv-azuresdk-codesign'
152
+ SignCertName : ' azure-sdk-esrp-release-certificate'
152
153
Intent : ' PackageDistribution'
153
154
ContentType : ' PyPI'
154
155
FolderLocation : $(Pipeline.Workspace)/esrp-release/${{parameters.ArtifactName}}/${{artifact.name}}
155
156
Owners : $(Build.RequestedForEmail)
156
157
Approvers : $(Build.RequestedForEmail)
157
158
ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
158
159
MainPublisher : ' ESRPRELPACMANTEST'
159
- DomainTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
160
160
161
161
- script : |
162
162
set -e
Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ extends:
53
53
ArtifactName : ' artifacts-for-release'
54
54
ArtifactPath : $(Artifacts)
55
55
56
- - task : EsrpRelease@7
56
+ - task : EsrpRelease@9
57
57
displayName : ' Publish via ESRP'
58
58
inputs :
59
- ConnectedServiceName : ' Azure SDK Engineering System '
59
+ ConnectedServiceName : ' Azure SDK PME Managed Identity '
60
60
ClientId : ' 5f81938c-2544-4f1f-9251-dd9de5b8a81b'
61
- KeyVaultName : ' AzureSDKEngKeyVault'
62
- AuthCertName : ' azure-sdk-esrp-release-auth-certificate'
63
- SignCertName : ' azure-sdk-esrp-release-sign-certificate'
61
+ DomainTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346'
62
+ UseManagedIdentity : true
63
+ KeyVaultName : ' kv-azuresdk-codesign'
64
+ SignCertName : ' azure-sdk-esrp-release-certificate'
64
65
Intent : ' PackageDistribution'
65
66
ContentType : ' PyPI'
66
67
FolderLocation : $(Artifacts)
67
68
Owners :
${{ coalesce(variables['Build.RequestedForEmail'], '[email protected] ') }}
68
69
Approvers :
${{ coalesce(variables['Build.RequestedForEmail'], '[email protected] ') }}
69
70
ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
70
71
MainPublisher : ' ESRPRELPACMANTEST'
71
- DomainTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
You can’t perform that action at this time.
0 commit comments