Skip to content

Commit be66210

Browse files
author
AWS Scripting Guy
committed
vsix will leverage Releases functionality
1 parent 1cf9ad8 commit be66210

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Diff for: azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)'

Diff for: cform-latest.vsix

-21.7 KB
Binary file not shown.

Diff for: cform-noyaml.vsix

-21.6 KB
Binary file not shown.

Diff for: scripts/git-package.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
write-host "[info] Build reason is: $env:BUILD_REASON "
44

5-
if ($env:BUILD_REASON -eq "Schedule") {
5+
if ($env:BUILD_REASON -eq "Schedule" -or $env:BUILD_REASON -eq "Manual") {
66
# write package.json back to repo
77
git show
88
git log --oneline

0 commit comments

Comments
 (0)