Skip to content

Commit 7c93a40

Browse files
authored
Use PME for ESRP release (#352)
- Update release task to v9 - Use PME managed identity for ESRP requests
1 parent 8850294 commit 7c93a40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@ extends:
7474
Get-ChildItem "$(Build.ArtifactStagingDirectory)" -Recurse -Force | % { Write-Host $_.FullName }
7575
displayName: Move artifact to $(Build.ArtifactStagingDirectory)
7676
77-
- task: EsrpRelease@7
77+
- task: EsrpRelease@9
78+
displayName: 'Publish oav to ESRP'
7879
inputs:
79-
displayName: 'Publish oav to ESRP'
80-
ConnectedServiceName: 'Azure SDK Engineering System'
80+
ConnectedServiceName: 'Azure SDK PME Managed Identity'
8181
ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'
82-
KeyVaultName: 'AzureSDKEngKeyVault'
83-
AuthCertName: 'azure-sdk-esrp-release-auth-certificate'
84-
SignCertName: 'azure-sdk-esrp-release-sign-certificate'
82+
DomainTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
83+
UseManagedIdentity: true
84+
KeyVaultName: 'kv-azuresdk-codesign'
85+
SignCertName: 'azure-sdk-esrp-release-certificate'
8586
Intent: 'PackageDistribution'
8687
ContentType: 'npm'
8788
FolderLocation: $(Build.ArtifactStagingDirectory)
8889
Owners: ${{ coalesce(variables['Build.RequestedForEmail'], '[email protected]') }}
8990
Approvers: '[email protected]'
9091
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
9192
MainPublisher: 'ESRPRELPACMANTEST'
92-
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
9393
productstate: $(Tag)

0 commit comments

Comments
 (0)