File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'], 'azuresdk@microsoft.com') }}
8990 Approvers : ' azuresdk@microsoft.com'
9091 ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
9192 MainPublisher : ' ESRPRELPACMANTEST'
92- DomainTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
9393 productstate : $(Tag)
You can’t perform that action at this time.
0 commit comments