Skip to content

MSBuild target for publishing NuGet packages locally

License

Notifications You must be signed in to change notification settings

cgillum/local-nuget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-nuget

MSBuild target for publishing NuGet packages locally and automatically deleting cached copies.

Prerequisites

  • NuGet 4.0 or higher
  • Projects must use the newer SDK-style format
  • The dotnet tool (part of the .NET SDK) must be on the PATH

Instructions

Simply add this NuGet package reference to your .csproj file.

<PackageReference Include="LocalNuGet" Version="1.0.*" PrivateAssets="All" />

About

MSBuild target for publishing NuGet packages locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published