@vscode/vsce 3.7.2-1 → 3.7.2-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/out/package.js +3 -0
  2. package/package.json +1 -1
package/out/package.js CHANGED
@@ -1451,6 +1451,9 @@ async function verifySignature(packageFile, manifestFile, signatureFile) {
1451
1451
  if (result.output) {
1452
1452
  console.log(result.output);
1453
1453
  }
1454
+ if (result.code !== vsceSign.ExtensionSignatureVerificationCode.Success) {
1455
+ process.exitCode = 1;
1456
+ }
1454
1457
  }
1455
1458
  finally {
1456
1459
  await fs.promises.unlink(sigzipPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vsce",
3
- "version": "3.7.2-1",
3
+ "version": "3.7.2-2",
4
4
  "description": "VS Code Extensions Manager",
5
5
  "repository": {
6
6
  "type": "git",