NewNuGetPackageAfterBuild 1.0.0.1
dotnet add package NewNuGetPackageAfterBuild --version 1.0.0.1
NuGet\Install-Package NewNuGetPackageAfterBuild -Version 1.0.0.1
<PackageReference Include="NewNuGetPackageAfterBuild" Version="1.0.0.1" />
<PackageVersion Include="NewNuGetPackageAfterBuild" Version="1.0.0.1" />
<PackageReference Include="NewNuGetPackageAfterBuild" />
paket add NewNuGetPackageAfterBuild --version 1.0.0.1
#r "nuget: NewNuGetPackageAfterBuild, 1.0.0.1"
#:package NewNuGetPackageAfterBuild@1.0.0.1
#addin nuget:?package=NewNuGetPackageAfterBuild&version=1.0.0.1
#tool nuget:?package=NewNuGetPackageAfterBuild&version=1.0.0.1
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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|
Fixed package to uninstall properly.