Summary
Contains functionality for working with NuGet.
- Namespace
- Cake
.Common .Tools .NuGet - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["NuGetAliases"]
class Type type-node
Syntax
[CakeAliasCategory("NuGet")]
public static class NuGetAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
NuGetAdd |
void |
Adds a NuGet package using package id and source.
static
|
NuGetAdd |
void |
Adds a NuGet package using package id and source.
static
|
NuGetAddSource |
void |
Adds NuGet package source using the specified name, source & settings to global user config.
static
|
NuGetAddSource |
void |
Adds NuGet package source using the specified name &source to global user config.
static
|
NuGetDelete |
void |
Deletes or unlists a package from a package source.
static
|
NuGetHasSource |
bool |
Checks whether or not a NuGet package source exists in the global user configuration, using the specified source and settings.
static
|
NuGetHasSource |
bool |
Checks whether or not a NuGet package source exists in the global user configuration, using the specified source.
static
|
NuGetInit |
void |
Adds all packages from source to destination using specified settings.
static
|
NuGetInit |
void |
Adds all packages from source to destination.
static
|
NuGetInstall |
void |
Installs NuGet packages using the specified settings.
static
|
NuGetInstall |
void |
Installs NuGet packages.
static
|
NuGetInstall |
void |
Installs a NuGet package using the specified settings.
static
|
NuGetInstall |
void |
Installs a NuGet package.
static
|
Nu |
void |
Installs NuGet packages using the specified package configuration and settings.
static
|
Nu |
void |
Installs NuGet packages using the specified package configuration.
static
|
Nu |
void |
Installs NuGet packages using the specified package configurations and settings.
static
|
Nu |
void |
Installs NuGet packages using the specified package configurations.
static
|
NuGetList |
IEnumerable |
List packages on available from source using specified settings.
static
|
NuGetList |
IEnumerable |
List packages on available from source using specified settings.
static
|
NuGetList |
IEnumerable |
List packages on available from source using specified settings.
static
|
NuGetPack |
void |
Creates a NuGet package using the specified nuspec or project file.
static
|
NuGetPack |
void |
Creates NuGet packages using the specified nuspec or project files.
static
|
NuGetPack |
void |
Creates a NuGet package using the specified settings.
static
|
NuGetPush |
void |
Pushes a NuGet package to a NuGet server and publishes it.
static
|
NuGetPush |
void |
Pushes NuGet packages to a NuGet server and publishes them.
static
|
NuGetRemoveSource |
void |
Removes NuGet package source using the specified name, source & settings from global user config.
static
|
NuGetRemoveSource |
void |
Removes NuGet package source using the specified name & source from global user config.
static
|
NuGetRestore |
void |
Restores NuGet packages using the specified settings.
static
|
NuGetRestore |
void |
Restores NuGet packages for the specified target.
static
|
NuGetRestore |
void |
Restores NuGet packages using the specified settings.
static
|
NuGetRestore |
void |
Restores NuGet packages for the specified targets.
static
|
NuGetSetApiKey |
void |
Installs NuGet packages using the specified API key, source and settings.
static
|
NuGetSetApiKey |
void |
Installs NuGet packages using the specified API key and source.
static
|
NuGetSetProxy |
void |
Set the proxy settings to be used while connecting to your NuGet feed, including settings.
static
|
NuGetSetProxy |
void |
Set the proxy settings to be used while connecting to your NuGet feed.
static
|
NuGetUpdate |
void |
Updates NuGet packages using the specified settings.
static
|
NuGetUpdate |
void |
Updates NuGet packages.
static
|
NuGetUpdate |
void |
Updates NuGet packages using the specified settings.
static
|
NuGetUpdate |
void |
Updates NuGet packages.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|