Skip to content

Commit

Permalink
Test SNI in esrp release
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed Oct 25, 2023
1 parent bc1589d commit 3036215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/templates/steps/java-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ steps:
-Path ${{ parameters.OutputDirectory }}
-InformationAction Continue
- ${{if and(eq(parameters.ShouldPublish, 'true'), ne(parameters.StageOnly, 'true'))}}:
- task: EsrpRelease@2
- task: EsrpRelease@4
displayName: 'Publish to ESRP'
inputs:
ConnectedServiceName: 'ESRP Release Service'
ConnectedServiceName: 'ESRP SNI Test'
Intent: 'PackageDistribution'
ContentType: 'Maven'
PackageLocation: ${{ parameters.OutputDirectory }}
FolderLocation: ${{ parameters.OutputDirectory }}
Owners: $(Build.RequestedForEmail)
Approvers: '[email protected]'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
Expand Down

0 comments on commit 3036215

Please sign in to comment.