Skip to content

Commit 3d7465c

Browse files
author
Your Name
committed
testing package version from build
1 parent 3f6f9ec commit 3d7465c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
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"
59+
npm version $(UPDATE_TYPE) -m "***NO_CI*** %s" -f
6060
displayName: 'update version field in package.json'
6161

6262
- powershell: |
@@ -67,7 +67,7 @@ steps:
6767
- powershell: |
6868
git status
6969
git show
70-
# git push
70+
git push
7171
displayName: "push updated package.json to remote git"
7272

7373
- task: CopyFiles@2

0 commit comments

Comments
 (0)