Skip to content

Commit

Permalink
fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
joalmeid committed Apr 2, 2020
1 parent edd58eb commit eb3f427
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pipelines/pipeline-triggerer-extension-CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ stages:
displayName: 'Share Extension'
inputs:
connectTo: 'VsTeam'
connectedServiceName: ${{parameters.marketplaceServiceConnection}}
connectedServiceName: $(vsMarketplaceServiceConnetion)
method: 'id'
publisherId: ${{parameters.publisherId}}
extensionId: ${{parameters.projName}}
publisherId: $(publisherId)
extensionId: $(projName)
extensionTag: -dev
accounts: ${{parameters.publisherId}}
accounts: $(publisherId)

- stage: Publish_Ext_Prod
displayName: PROD
Expand Down

0 comments on commit eb3f427

Please sign in to comment.