Skip to content

Commit d1e9524

Browse files
author
Your Name
committed
NO_CI not working testing new build
1 parent 3d7465c commit d1e9524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
- powershell: |
5757
Write-Host "npm version $(UPDATE_TYPE)"
5858
npm version
59-
npm version $(UPDATE_TYPE) -m "***NO_CI*** %s" -f
59+
npm version $(UPDATE_TYPE) -m "***NO_CI***" -f
6060
displayName: 'update version field in package.json'
6161

6262
- powershell: |
@@ -67,6 +67,7 @@ steps:
6767
- powershell: |
6868
git status
6969
git show
70+
git log --oneline
7071
git push
7172
displayName: "push updated package.json to remote git"
7273

0 commit comments

Comments
 (0)