Built-In
Contains functionality for working with NuGet.
Add
NuGetAdd |
Adds a NuGet package using package id and source. |
NuGetAdd |
Adds a NuGet package using package id and source. |
AddSource
NuGetAddSource |
Adds NuGet package source using the specified name, source & settings to global user config. |
NuGetAddSource |
Adds NuGet package source using the specified name &source to global user config. |
Delete
NuGetDelete |
Deletes or unlists a package from a package source. |
HasSource
NuGetHasSource |
Checks whether or not a NuGet package source exists in the global user configuration, using the specified source and settings. |
NuGetHasSource |
Checks whether or not a NuGet package source exists in the global user configuration, using the specified source. |
Init
NuGetInit |
Adds all packages from source to destination using specified settings. |
NuGetInit |
Adds all packages from source to destination. |
Install
NuGetInstall |
Installs NuGet packages using the specified settings. |
NuGetInstall |
Installs NuGet packages. |
NuGetInstall |
Installs a NuGet package using the specified settings. |
NuGetInstall |
Installs a NuGet package. |
Nu |
Installs NuGet packages using the specified package configuration and settings. |
Nu |
Installs NuGet packages using the specified package configuration. |
Nu |
Installs NuGet packages using the specified package configurations and settings. |
Nu |
Installs NuGet packages using the specified package configurations. |
List
NuGetList |
List packages on available from source using specified settings. |
NuGetList |
List packages on available from source using specified settings. |
NuGetList |
List packages on available from source using specified settings. |
Pack
NuGetPack |
Creates a NuGet package using the specified nuspec or project file. |
NuGetPack |
Creates NuGet packages using the specified nuspec or project files. |
NuGetPack |
Creates a NuGet package using the specified settings. |
Push
NuGetPush |
Pushes a NuGet package to a NuGet server and publishes it. |
NuGetPush |
Pushes NuGet packages to a NuGet server and publishes them. |
RemoveSource
NuGetRemoveSource |
Removes NuGet package source using the specified name, source & settings from global user config. |
NuGetRemoveSource |
Removes NuGet package source using the specified name & source from global user config. |
Restore
NuGetRestore |
Restores NuGet packages using the specified settings. |
NuGetRestore |
Restores NuGet packages for the specified target. |
NuGetRestore |
Restores NuGet packages using the specified settings. |
NuGetRestore |
Restores NuGet packages for the specified targets. |
SetApiKey
NuGetSetApiKey |
Installs NuGet packages using the specified API key, source and settings. |
NuGetSetApiKey |
Installs NuGet packages using the specified API key and source. |
SetProxy
NuGetSetProxy |
Set the proxy settings to be used while connecting to your NuGet feed, including settings. |
NuGetSetProxy |
Set the proxy settings to be used while connecting to your NuGet feed. |
Update
NuGetUpdate |
Updates NuGet packages using the specified settings. |
NuGetUpdate |
Updates NuGet packages. |
NuGetUpdate |
Updates NuGet packages using the specified settings. |
NuGetUpdate |
Updates NuGet packages. |
Cake.ExtendedNuGet addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ExtendedNuGet.
Extended NuGet Aliases.
General
GetNuGetPackageId Alias from Cake.ExtendedNuGet addin |
Gets the Package Id from a .nupkg file. |
Get Alias from Cake.ExtendedNuGet addin |
Gets the Package Version from a .nupkg file. |
GetPackageReference Alias from Cake.ExtendedNuGet addin |
Get a NuGet project dependency by packageId. |
GetPackageReferences Alias from Cake.ExtendedNuGet addin |
NuGet project dependencies. |
IsNuGetPublished Alias from Cake.ExtendedNuGet addin |
Determines if a .nupkg is already published at the given NuGet package source. |
IsNuGetPublished Alias from Cake.ExtendedNuGet addin |
Determines if a .nupkg is already published at the given NuGet package source. |
IsNuGetPublished Alias from Cake.ExtendedNuGet addin |
Determines if a .nupkg is already published at the given NuGet package source. |
PublishNuGets Alias from Cake.ExtendedNuGet addin |
Looks for and attempts to publish NuGet packages matching the globbing patterns. |
PublishNuGets Alias from Cake.ExtendedNuGet addin |
Looks for and attempts to publish NuGet packages matching the globbing patterns. |
Cake.PinNuGetDependency addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.PinNuGetDependency.
Contains functionality for pinning NuGet dependencies.
General
PinNuGetDependency Alias from Cake.PinNuGetDependency addin |
Pin NuGet Dependencies based on identifier. |