Cake.VsCode

Cake AddIn that extends Cake with ability to execute the vsce command line utility.

#addin nuget:?package=Cake.VsCode&version=0.11.1

dotnet add package Cake.VsCode --version 0.11.1

<PackageReference Include="Cake.VsCode" Version="0.11.1" />

Aliases

Contains aliases related to VSCode Extension Manager.

In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.VsCode

Package

VscePackage(VscePackageSettings) Packages a VsCode Extension using the specified settings.
VscePackage() Packages a VsCode Extension.

Publish

VscePublish(VscePublishSettings) Publishes a VsCode Extension using the specified settings.
VscePublish() Publishes a VsCode Extension.