File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,20 +74,20 @@ extends:
74
74
Get-ChildItem "$(Build.ArtifactStagingDirectory)" -Recurse -Force | % { Write-Host $_.FullName }
75
75
displayName: Move artifact to $(Build.ArtifactStagingDirectory)
76
76
77
- - task : EsrpRelease@7
77
+ - task : EsrpRelease@9
78
+ displayName : ' Publish oav to ESRP'
78
79
inputs :
79
- displayName : ' Publish oav to ESRP'
80
- ConnectedServiceName : ' Azure SDK Engineering System'
80
+ ConnectedServiceName : ' Azure SDK PME Managed Identity'
81
81
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'
85
86
Intent : ' PackageDistribution'
86
87
ContentType : ' npm'
87
88
FolderLocation : $(Build.ArtifactStagingDirectory)
88
89
Owners :
${{ coalesce(variables['Build.RequestedForEmail'], '[email protected] ') }}
89
90
90
91
ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
91
92
MainPublisher : ' ESRPRELPACMANTEST'
92
- DomainTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
93
93
productstate : $(Tag)
You can’t perform that action at this time.
0 commit comments