Skip to content

Commit

Permalink
Modified script to output the contents of the newly created archive f…
Browse files Browse the repository at this point in the history
…ile,

and test the integrity via unzip -t file-header-comments*.vsix

Displays a prompt to ensure there are no files present that should not be
released.
  • Loading branch information
Nos78 committed Nov 13, 2022
1 parent 664c2f3 commit d6ac173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
rm file-header-comments*.vsix
vsce package

echo -e "Ensure there are no files in the release archive that should not be there!\nArchive contents are as follows:"
unzip -t file-header-comments*.vsix

0 comments on commit d6ac173

Please sign in to comment.