CreateNewNuGetPackageFromProjectAfterEachBuild 1.6.0
See the version list below for details.
dotnet add package CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.6.0
NuGet\Install-Package CreateNewNuGetPackageFromProjectAfterEachBuild -Version 1.6.0
<PackageReference Include="CreateNewNuGetPackageFromProjectAfterEachBuild" Version="1.6.0" />
paket add CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.6.0
#r "nuget: CreateNewNuGetPackageFromProjectAfterEachBuild, 1.6.0"
// Install CreateNewNuGetPackageFromProjectAfterEachBuild as a Cake Addin
#addin nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.6.0
// Install CreateNewNuGetPackageFromProjectAfterEachBuild as a Cake Tool
#tool nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.6.0
Automatically creates a NuGet package from your project each time it builds. The NuGet package is placed in the project's output directory.
If you want to use a .nuspec file, place it in the same directory as the project's project file (e.g. .csproj, .vbproj, .fsproj).
This adds a PostBuildScripts folder to your project to house the PowerShell script that is called from the project's Post-Build event to create the NuGet package.
If it does not seem to be working, check the Output window for any errors that may have occurred.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (36)
Showing the top 5 NuGet packages that depend on CreateNewNuGetPackageFromProjectAfterEachBuild:
Package | Downloads |
---|---|
ApolloDB
Description |
|
ApolloAPI.Model
Description |
|
MyAnimeListSharp
Search, Add, Update, Delete Anime/Manga information on MyAnimeList.net using Web API (http://myanimelist.net/modules.php?go=api) |
|
MmBot.Jenkins
Description |
|
SchoolsDB
Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.16 | 98,867 | 10/18/2018 |
1.8.15 | 2,908 | 9/16/2018 |
1.8.14 | 36,291 | 5/16/2018 |
1.8.13 | 39,519 | 9/7/2017 |
1.8.11 | 30,738 | 3/22/2017 |
1.8.10 | 20,768 | 1/23/2017 |
1.8.9 | 93,453 | 3/27/2016 |
1.8.8 | 131,167 | 7/18/2015 |
1.8.7 | 9,775 | 6/16/2015 |
1.8.6 | 1,564 | 6/16/2015 |
1.8.5 | 15,731 | 3/23/2015 |
1.8.4 | 31,495 | 10/30/2014 |
1.8.4-alpha1 | 1,523 | 10/8/2014 |
1.8.3 | 8,238 | 8/20/2014 |
1.8.2 | 2,946 | 8/9/2014 |
1.8.1 | 2,494 | 7/15/2014 |
1.8.1-Prerelease3 | 1,362 | 7/10/2014 |
1.8.1-Prerelease2 | 1,569 | 7/5/2014 |
1.8.1-Prerelease1 | 1,697 | 6/14/2014 |
1.7.4-PreRelease | 1,509 | 5/6/2014 |
1.7.3 | 6,938 | 3/2/2014 |
1.7.2 | 3,576 | 2/2/2014 |
1.7.1 | 3,860 | 1/18/2014 |
1.6.2 | 1,832 | 1/14/2014 |
1.6.1 | 1,772 | 1/13/2014 |
1.6.0 | 2,034 | 11/23/2013 |
1.5.2 | 1,932 | 11/7/2013 |
1.5.1 | 1,861 | 11/7/2013 |
1.5.0 | 1,817 | 10/28/2013 |
1.4.2 | 2,018 | 9/18/2013 |
1.4.1 | 1,899 | 9/18/2013 |
1.4.0 | 1,898 | 9/18/2013 |
1.3.0 | 4,155 | 7/12/2013 |
1.2.1 | 2,129 | 7/12/2013 |
1.2.0 | 2,074 | 7/12/2013 |
1.2.0-beta | 1,835 | 7/12/2013 |
1.2.0-alpha | 1,843 | 7/11/2013 |
1.1.0.1 | 2,076 | 7/8/2013 |
1.0.0 | 2,069 | 6/22/2013 |
- Fixed bug where it would always build the NuGet package using the Debug folder's assemblies. It now defaults to using the Configuration (e.g. Debug, Release) and Platform (e.g. x86, x64, Any CPU) currently selected in Visual Studio. You can also specify a Configuration and Release to always use, such as Release and Any CPU.
- Updated to use the latest New-NuGetPackage.ps1 script.