Skip to content

Commit c1ea75a

Browse files
committed
reverting EsrpRelease back to 1 to test something
1 parent 5dd0af1 commit c1ea75a

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

eng/pipelines/templates/steps/java-publishing.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0-beta.17
1+
version=1.0.0-beta.18

0 commit comments

Comments
 (0)