Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Publish release extension succeededOrFailed()
Browse files Browse the repository at this point in the history
  • Loading branch information
aly76 committed Jan 27, 2021
1 parent 6c1857e commit 5cf15e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_templates/buildazpipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ steps:

- task: CmdLine@2
displayName: 'Publish the package for ${{ parameters.stageToDeploy }}'
condition: succeededOrFailed()
inputs:
script: |
npm run publish:azpipelines -- --version=$(Build.BuildNumber) --token=$(publish_token) --stage=${{ parameters.stageToDeploy }} --organization=${{ parameters.organization }}
Expand Down

0 comments on commit 5cf15e4

Please sign in to comment.