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 0f834fa commit e546ce7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/templates/steps/npm-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ steps:
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'ESRPRELPACMANTEST'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
ProductState: $(Tag)
ProductStateField: $(Tag)

- pwsh: >
$regAuth=$registry.replace("https:","")
$filterPackageList= $filterArg -split "," | % { return $_.trim() }
Expand Down

0 comments on commit e546ce7

Please sign in to comment.