We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7465c commit d1e9524Copy full SHA for d1e9524
azure-pipelines.yml
@@ -56,7 +56,7 @@ steps:
56
- powershell: |
57
Write-Host "npm version $(UPDATE_TYPE)"
58
npm version
59
- npm version $(UPDATE_TYPE) -m "***NO_CI*** %s" -f
+ npm version $(UPDATE_TYPE) -m "***NO_CI***" -f
60
displayName: 'update version field in package.json'
61
62
@@ -67,6 +67,7 @@ steps:
67
68
git status
69
git show
70
+ git log --oneline
71
git push
72
displayName: "push updated package.json to remote git"
73
0 commit comments