File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
- powershell : |
57
57
Write-Host "npm version $(UPDATE_TYPE)"
58
58
npm version
59
- npm version $(UPDATE_TYPE) -m "***NO_CI***" -f
59
+ npm version $(UPDATE_TYPE) -m "***NO_CI*** %s " -f
60
60
displayName : ' update version field in package.json'
61
61
62
62
- powershell : |
74
74
displayName : ' Copy Files to Artifact Directory)'
75
75
inputs :
76
76
Contents : |
77
- **\*.vsix
77
+ **\*.vsix!
78
78
**\package.json
79
79
**\images\ManagementTools_CloudFormation.png
80
80
TargetFolder : ' $(Build.ArtifactStagingDirectory)'
Original file line number Diff line number Diff line change 5
5
"name" : " cform" ,
6
6
"displayName" : " CloudFormation" ,
7
7
"description" : " VS Code Plugin for CloudFormation" ,
8
- "version" : " 0.0.20 " ,
8
+ "version" : " 0.0.21 " ,
9
9
"publisher" : " aws-scripting-guy" ,
10
10
"icon" : " images/ManagementTools_CloudFormation.png" ,
11
11
"repository" : {
You can’t perform that action at this time.
0 commit comments