Skip to content

Commit

Permalink
reverted unnecessary changes in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk0493 committed Dec 22, 2020
1 parent c38da7d commit df0c74a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions github-azure-pipelines-upgrade-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,10 @@ stages:
displayName: "Change branch to develop"
- script: npm run remove-suffix
displayName: "Remove suffix from develop package version"
- script: npm version prerelease --preid=rc -m "upgrade version [ci skip]" --force
displayName: "Add rc.0 suffix to package version"
- script: npm install
displayName: "Update package-lock.json"
- script: git pull
displayName: "Pull changes"
- script: git push
displayName: "Push upgraded version"
- script: git add .
displayName: "Add changes"
- script: git commit -m "upgrade version [ci skip]"
Expand Down

0 comments on commit df0c74a

Please sign in to comment.