@@ -79,14 +79,10 @@ steps:
7979 -GPGExecutablePath ${{ parameters.GPGExecutablePath }}
8080 -InformationAction Continue
8181 - ${{if and(eq(parameters.ShouldPublish, 'true'), ne(parameters.StageOnly, 'true'))}} :
82- - task : EsrpRelease@7
82+ - task : EsrpRelease@1
8383 displayName : ' Publish to ESRP'
8484 inputs :
85- ConnectedServiceName : ' Azure SDK Engineering System'
86- ClientId : ' 5f81938c-2544-4f1f-9251-dd9de5b8a81b'
87- KeyVaultName : ' AzureSDKEngKeyVault'
88- AuthCertName : ' azure-sdk-esrp-release-auth-certificate'
89- SignCertName : ' azure-sdk-esrp-release-sign-certificate'
85+ ConnectedServiceName : ' ESRP Release Service'
9086 Intent : ' PackageDistribution'
9187 ContentType : ' Maven'
9288 PackageLocation : $(PackageLocation)
@@ -95,4 +91,20 @@ steps:
9591 ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
9692 MainPublisher : ' ESRPRELPACMANTEST'
9793 DomainTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
94+ # - task: EsrpRelease@7
95+ # displayName: 'Publish to ESRP'
96+ # inputs:
97+ # ConnectedServiceName: 'Azure SDK Engineering System'
98+ # ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'
99+ # KeyVaultName: 'AzureSDKEngKeyVault'
100+ # AuthCertName: 'azure-sdk-esrp-release-auth-certificate'
101+ # SignCertName: 'azure-sdk-esrp-release-sign-certificate'
102+ # Intent: 'PackageDistribution'
103+ # ContentType: 'Maven'
104+ # PackageLocation: $(PackageLocation)
105+ # Owners: $(Build.RequestedForEmail)
106+ # Approvers: 'wesh@microsoft.com'
107+ # ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
108+ # MainPublisher: 'ESRPRELPACMANTEST'
109+ # DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
98110
0 commit comments