Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS Scripting Guy committed May 1, 2019
2 parents 3c40e14 + 65745fe commit 1cf9ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -56,7 +56,7 @@ steps:
- powershell: |
Write-Host "npm version $(UPDATE_TYPE)"
npm version
npm version $(UPDATE_TYPE) -m "***NO_CI***" -f
npm version $(UPDATE_TYPE) -m "***NO_CI*** %s" -f
displayName: 'update version field in package.json'

- powershell: |
Expand All @@ -74,7 +74,7 @@ steps:
displayName: 'Copy Files to Artifact Directory)'
inputs:
Contents: |
**\*.vsix
**\*.vsix!
**\package.json
**\images\ManagementTools_CloudFormation.png
TargetFolder: '$(Build.ArtifactStagingDirectory)'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"name": "cform",
"displayName": "CloudFormation",
"description": "VS Code Plugin for CloudFormation",
"version": "0.0.20",
"version": "0.0.21",
"publisher": "aws-scripting-guy",
"icon": "images/ManagementTools_CloudFormation.png",
"repository": {
Expand Down

0 comments on commit 1cf9ad8

Please sign in to comment.