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 8c1e04a commit 997c483Copy full SHA for 997c483
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***" -f
+ npm version $(UPDATE_TYPE) -m "***NO_CI*** %s" -f
60
displayName: 'update version field in package.json'
61
62
@@ -75,7 +75,7 @@ steps:
75
displayName: 'Copy Files to Artifact Directory)'
76
inputs:
77
Contents: |
78
- **\*.vsix
+ **\*.vsix!
79
**\package.json
80
TargetFolder: '$(Build.ArtifactStagingDirectory)'
81
0 commit comments