Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Prise Publish Plugin ExtensionNew to Visual Studio Code? Get it now.
Prise Publish Plugin Extension

Prise Publish Plugin Extension

Maarten Merken

|
245 installs
| (0) | Free
Publish Prise plugins with VS Code!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Prise Plublish Plugin Extension

This extension lets you publish Prise plugins with ease from within VS Code! After installing, any csproj file will be able to publish a compatible Prise plugin.

First, create the prise.plugin.json config file.

Right-click on a csproj file and select Create Prise Plugin File

Create Prise Plugin File

This will create the following file:

prise.plugin.json

Properties of the plugin json file:

  • publishDir: a relative or absolute system path to publish the plugin to
  • configuration: Debug or Release
  • nuspecFile: optional, path to the .nuspec to use in case of packaging a plugin nuget package
  • includeProjectNameInPublishDir: default false. When true, adds the name of the csproj to the publishDir when publishing

Publishing a Prise plugin to a dist folder

Make sure the ../dist folder exists (relative to your csproj path).

Right-click on a csproj file and select Publish Prise Plugin

This publish process will respect the configuration from the prise.plugin.json file

Publish Prise Plugin

Publishing a Prise nuget plugin to a dist folder

Make sure the ../dist folder exists (relative to your csproj path).

Create the nuspec file

Right-click on a csproj file and select Create Prise NuSpec File

Publish Prise Plugin

You won't generally need to change anything to this file. Unless you change your configuration from Debug to Release.

Publishing the Prise Plugin as NuGet package

Right-click on a csproj file and select Publish Prise Plugin as NuGet package

Publish Prise Plugin

This .nupkg package is a self-contained package, it is slightly larger than a normal package, because it will contain all the required assemblies from the Plugin.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft