Skip to content

Commit

Permalink
task indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen committed Mar 12, 2024
1 parent 1aa4826 commit e2fa0e4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions eng/pipelines/templates/steps/npm-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ steps:
condition: succeeded()
- ${{ each package in split(variables.NpmPublishList, ',') }}:
- task: EsrpRelease@6
displayName: 'Publish ${{package}} to ESRP'
ConnectedServiceName: 'ESRP Release Service'
Intent: 'PackageDistribution'
ContentType: 'npm'
FolderLocation: ${{package}}
Owners: $(Build.RequestedForEmail)
Approvers: '[email protected]'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'ESRPRELPACMANTEST'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
ProductStateField: $(Tag)
inputs:
displayName: 'Publish ${{package}} to ESRP'
ConnectedServiceName: 'ESRP Release Service'
Intent: 'PackageDistribution'
ContentType: 'npm'
FolderLocation: ${{package}}
Owners: $(Build.RequestedForEmail)
Approvers: '[email protected]'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'ESRPRELPACMANTEST'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
ProductStateField: $(Tag)

- pwsh: >
$regAuth=$registry.replace("https:","")
Expand Down

0 comments on commit e2fa0e4

Please sign in to comment.