Skip to content

Commit

Permalink
Multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Jul 1, 2023
1 parent 53d82f3 commit 4d5def6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ steps:
displayName: 'Set Version'
inputs:
targetType: 'inline'
script: 'npm version --no-git-tag-version $BUILD_BUILDNUMBER --ws'
script: |
yarn set version stable
npm version --no-git-tag-version $BUILD_BUILDNUMBER --ws
# failOnStderr: true

# Install
Expand Down

0 comments on commit 4d5def6

Please sign in to comment.