NCode.OctoPack
3.0.42.2
dotnet add package NCode.OctoPack --version 3.0.42.2
NuGet\Install-Package NCode.OctoPack -Version 3.0.42.2
<PackageReference Include="NCode.OctoPack" Version="3.0.42.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add NCode.OctoPack --version 3.0.42.2
#r "nuget: NCode.OctoPack, 3.0.42.2"
// Install NCode.OctoPack as a Cake Addin #addin nuget:?package=NCode.OctoPack&version=3.0.42.2 // Install NCode.OctoPack as a Cake Tool #tool nuget:?package=NCode.OctoPack&version=3.0.42.2
Octopus Deploy is an automated deployment tool powered by NuGet. This tool adds a post-build activity to your Visual Studio project, so that an Octopus-compatible NuGet package is produced in the Bin directory whenever a Release build completes.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is an unofficial NuGet package of OctoPack from Octopus Deploy. This package was created to provide updates to OctoPack in a separate package because it seems that Octopus Deploy is no longer accepting pull requests and has ceased making updates to the official package.
This package will follow the official updates and use the same version number using the revision number (4th digit) for additional enhancements. Any contributions from pull requests will also be reviewed and potentially accepted accordingly.
Contains the following enchancements:
- Added MSBuild property to specify the output directory for newly created packages `/p:OctoPackOutDir=C:\ExampleOutputDir\`