Skip to content

Commit

Permalink
product state
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen committed Mar 12, 2024
1 parent e546ce7 commit 1aa4826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/npm-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
pwsh: true
condition: succeeded()
- ${{ each package in split(variables.NpmPublishList, ',') }}:
- task: SFP.release-tasks.custom-build-release-task.EsrpRelease@6
- task: EsrpRelease@6
displayName: 'Publish ${{package}} to ESRP'
ConnectedServiceName: 'ESRP Release Service'
Intent: 'PackageDistribution'
Expand Down

0 comments on commit 1aa4826

Please sign in to comment.