CreateNewNuGetPackageFromProjectAfterEachBuild 1.8.15
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.8.15
NuGet\Install-Package CreateNewNuGetPackageFromProjectAfterEachBuild -Version 1.8.15
<PackageReference Include="CreateNewNuGetPackageFromProjectAfterEachBuild" Version="1.8.15"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CreateNewNuGetPackageFromProjectAfterEachBuild --version 1.8.15
#r "nuget: CreateNewNuGetPackageFromProjectAfterEachBuild, 1.8.15"
// Install CreateNewNuGetPackageFromProjectAfterEachBuild as a Cake Addin #addin nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.8.15 // Install CreateNewNuGetPackageFromProjectAfterEachBuild as a Cake Tool #tool nuget:?package=CreateNewNuGetPackageFromProjectAfterEachBuild&version=1.8.15
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 Visual Studio 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 |
|
MmBot.Jenkins
Description |
|
MyAnimeListSharp
Search, Add, Update, Delete Anime/Manga information on MyAnimeList.net using Web API (http://myanimelist.net/modules.php?go=api) |
|
SchoolsDB
Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CreateNewNuGetPackageFromProjectAfterEachBuild:
Repository | Stars |
---|---|
pedropaf/saas-ecom
Subscription support for ASP.NET MVC 5 apps using Stripe, including out-of-the-box view helpers. Available via NuGET
|
Version | Downloads | Last updated |
---|---|---|
1.8.16 | 124,054 | 10/18/2018 |
1.8.15 | 7,181 | 9/16/2018 |
1.8.14 | 52,471 | 5/16/2018 |
1.8.13 | 46,441 | 9/7/2017 |
1.8.11 | 47,252 | 3/22/2017 |
1.8.10 | 25,458 | 1/23/2017 |
1.8.9 | 109,154 | 3/27/2016 |
1.8.8 | 175,239 | 7/18/2015 |
1.8.7 | 14,495 | 6/16/2015 |
1.8.6 | 5,446 | 6/16/2015 |
1.8.5 | 21,947 | 3/23/2015 |
1.8.4 | 43,679 | 10/30/2014 |
1.8.4-alpha1 | 5,623 | 10/8/2014 |
1.8.3 | 12,965 | 8/20/2014 |
1.8.2 | 6,694 | 8/9/2014 |
1.8.1 | 6,340 | 7/15/2014 |
1.8.1-Prerelease3 | 5,398 | 7/10/2014 |
1.8.1-Prerelease2 | 5,155 | 7/5/2014 |
1.8.1-Prerelease1 | 5,322 | 6/14/2014 |
1.7.4-PreRelease | 5,184 | 5/6/2014 |
1.7.3 | 11,745 | 3/2/2014 |
1.7.2 | 7,890 | 2/2/2014 |
1.7.1 | 7,753 | 1/18/2014 |
1.6.2 | 5,465 | 1/14/2014 |
1.6.1 | 5,581 | 1/13/2014 |
1.6.0 | 6,222 | 11/23/2013 |
1.5.2 | 6,297 | 11/7/2013 |
1.5.1 | 5,933 | 11/7/2013 |
1.5.0 | 6,184 | 10/28/2013 |
1.4.2 | 6,048 | 9/18/2013 |
1.4.1 | 6,266 | 9/18/2013 |
1.4.0 | 6,196 | 9/18/2013 |
1.3.0 | 8,645 | 7/12/2013 |
1.2.1 | 6,618 | 7/12/2013 |
1.2.0 | 6,229 | 7/12/2013 |
1.2.0-beta | 6,022 | 7/12/2013 |
1.2.0-alpha | 6,127 | 7/11/2013 |
1.1.0.1 | 6,534 | 7/8/2013 |
1.0.0 | 6,803 | 6/22/2013 |
- Automatically retrieve TF.exe path for Visual Studio 2017+ to increase compatibility with TFVC projects.
- Write warning when TF.exe cannot be found.