Skip to content

Commit 997c483

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 8c1e04a commit 997c483

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

6262
- powershell: |
@@ -75,7 +75,7 @@ steps:
7575
displayName: 'Copy Files to Artifact Directory)'
7676
inputs:
7777
Contents: |
78-
**\*.vsix
78+
**\*.vsix!
7979
**\package.json
8080
TargetFolder: '$(Build.ArtifactStagingDirectory)'
8181

0 commit comments

Comments
 (0)