MSBuilder.VsixInstaller
1.0.7
Prefix Reserved
dotnet add package MSBuilder.VsixInstaller --version 1.0.7
NuGet\Install-Package MSBuilder.VsixInstaller -Version 1.0.7
<PackageReference Include="MSBuilder.VsixInstaller" Version="1.0.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add MSBuilder.VsixInstaller --version 1.0.7
#r "nuget: MSBuilder.VsixInstaller, 1.0.7"
// Install MSBuilder.VsixInstaller as a Cake Addin #addin nuget:?package=MSBuilder.VsixInstaller&version=1.0.7 // Install MSBuilder.VsixInstaller as a Cake Tool #tool nuget:?package=MSBuilder.VsixInstaller&version=1.0.7
On a project that references the Microsoft.VSSDK.BuildTools
package, enables installing extra VSIXes to the targetted Visual Studio
version and instance by simply declaring them as @(Vsix) items:
<ItemGroup>
<Vsix Include="MyOtherExtension.vsix" />
</ItemGroup>
The items will be installed only if needed so that incremental
builds are fast, and only if the current project's $(DeployExtension)
is set to 'true'.
The installation happens automatically before the DeployVsixExtensionFiles
runs, but can also be manually invoked by running the InstallVsix target.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.VisualStudio.SlowCheetah (>= 3.0.61)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MSBuilder.VsixInstaller:
Package | Downloads |
---|---|
MSBuilder.VsixDependency
Injects VsixDependency items into the containing VSIX project manifest and VSIX container. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|