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

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Jun 2, 2020
1 parent ef348e7 commit 7ef5b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_templates/buildcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ steps:

- script: 'npx lerna version ${{ parameters.bump }} --preid ${{ parameters.version }} --no-push'
displayName: 'Increment PreRelease version'
condition: and( eq( ${{ parameters.publish }},true ), or( eq( '${{ parameters.version }}','beta'), eq( '${{ parameters.version }}','alpha') ))
condition: and( eq( ${{ parameters.publish }},true ), eq( '${{ parameters.version }}','beta'))

- script: 'npx lerna version ${{ parameters.bump }} --no-push'
displayName: 'Increment PreRelease version'
Expand Down
2 changes: 1 addition & 1 deletion packages/azpipelines/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "sfpowerscripts-beta",
"publisher": "AzlamSalam",
"name": "sfpowerscripts",
"version": "14.0.0",
"version": "14.0.4",
"description": "Azure Pipelines tasks for working with Salesforce",
"tags": [
"Extension",
Expand Down

0 comments on commit 7ef5b5d

Please sign in to comment.