Skip to content

Commit 1cf9ad8

Browse files
author
AWS Scripting Guy
committed
2 parents 3c40e14 + 65745fe commit 1cf9ad8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: |
@@ -74,7 +74,7 @@ steps:
7474
displayName: 'Copy Files to Artifact Directory)'
7575
inputs:
7676
Contents: |
77-
**\*.vsix
77+
**\*.vsix!
7878
**\package.json
7979
**\images\ManagementTools_CloudFormation.png
8080
TargetFolder: '$(Build.ArtifactStagingDirectory)'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "cform",
66
"displayName": "CloudFormation",
77
"description": "VS Code Plugin for CloudFormation",
8-
"version": "0.0.20",
8+
"version": "0.0.21",
99
"publisher": "aws-scripting-guy",
1010
"icon": "images/ManagementTools_CloudFormation.png",
1111
"repository": {

0 commit comments

Comments
 (0)