Info
Version: | 1.8.16 |
Author(s): | Daniel Schroeder, iQmetrix |
Last Update: | Thursday, October 18, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/deadlydog/New-NuGetPackage/blob/master/docs/NuGetPackageToCreateANuGetPackageFromYourProjectAfterEveryBuild.md |
NuGet Url: | https://www.nuget.org/packages/CreateNewNuGetPackageFromProjectAfterEachBuild |
Install
Install-Package CreateNewNuGetPackageFromProjectAfterEachBuild
dotnet add package CreateNewNuGetPackageFromProjectAfterEachBuild
paket add CreateNewNuGetPackageFromProjectAfterEachBuild
CreateNewNuGetPackageFromProjectAfterEachBuild Download (Unzip the "nupkg" after downloading)
Dependencies
43 packages depend on this package.
Tags
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 Visual Studio Output window for any errors that may have occurred.