2.1.0 • Published 1 week ago
@vscode/vsce-sign
Licence
SEE LICENSE IN LICENSE.txt
Version
2.1.0
Deps
9
Size
35 kB
Vulns
0
Weekly
0
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)
Visual Studio Code Extension Signing Tool Node.js module (@vscode/vsce-sign)
Build Status
This repo contains the code to build @vscode/vsce-sign, a Node.js module for verifying signed VS Code extension packages.
Documentation
License
@vscode/vsce-sign is licensed under a Microsoft software license.
Creating a release
Release @vscode/vsce-sign-* platform packages
- 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 leadingv(e.g.:v2.0.2), this pipeline expects versions without the leadingv.
Release @vscode/vsce-sign package
- Update the
optionalDependenciesversion of@vscode/vsce-sign-*packages in package.json to the version of vsce-sign. - Bump the version of
@vscode/vsce-signin package.json - Run
npm installto updatepackage-lock.jsonfile. - Push to repository.
- Publish the
@vscode/vsce-signpackage using this pipeline.