Fake.DotNet.NuGet Namespace
DotNet.NuGet namespace contains tasks to interact with NuGet registry and packages
Modules | Description |
Contains helper functions and task which allow to inspect, create and publish NuGet packages. There is also a tutorial about nuget package creating available. |
|
Contains tasks which allow to restore NuGet packages from a NuGet package feed like nuget.org using the nuget.exe restore command. There is also a tutorial about nuget package restore available. |
|
Contains tasks for updating NuGet packages including assembly hint paths in the project files using the nuget.exe update command. |
|