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 3f6f9ec commit 3d7465cCopy full SHA for 3d7465c
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"
+ npm version $(UPDATE_TYPE) -m "***NO_CI*** %s" -f
60
displayName: 'update version field in package.json'
61
62
@@ -67,7 +67,7 @@ steps:
67
68
git status
69
git show
70
-# git push
+ git push
71
displayName: "push updated package.json to remote git"
72
73
- task: CopyFiles@2
0 commit comments