Skip to content

Commit

Permalink
Fix line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalizationBuildProcess committed Jul 6, 2020
1 parent 4631a03 commit d8f0c50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/yaml/js-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ steps:
inputs:
tags: |
Version=$(version)
continueOnError: true
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'false'))

Expand Down Expand Up @@ -53,7 +52,6 @@ steps:
sed -i '' 's/${Version}/$(version)/g' libraries/botframework-connector/package.json
sed -i '' 's/${Version}/$(version)/g' libraries/botframework-schema/package.json
sed -i '' 's/${Version}/$(version)/g' libraries/botframework-streaming/package.json
displayName: 'Replace version number in package.json files'
continueOnError: true
env:
Expand Down

0 comments on commit d8f0c50

Please sign in to comment.