Visual Studio Code extension package signing and verification module
Build Status
This repo contains the code to build @vscode/vsce-sign, a Node.js module for verifying signed VS Code extension packages.
@vscode/vsce-sign is licensed under a Microsoft software license.
- Use this pipeline to publish @vscode/vsce-sign-* npm packages for all platforms. Provide the version of vsce-sign to release in the pipeline parameters. Note that while the vsce-sign version may have a leading v (e.g.: v2.0.2), this pipeline expects versions without the leading v.
- Update the optionalDependencies version of @vscode/vsce-sign-* packages in package.json to the version of vsce-sign.
- Bump the version of @vscode/vsce-sign in package.json
- Run npm install to update package-lock.json file.
- Push to repository.
- Publish the @vscode/vsce-sign package using this pipeline.