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.
Summary
Extended NuGet Aliases.
- Assembly
- Cake
.ExtendedNuGet .dll - Namespace
- Cake
.ExtendedNuGet - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ExtendedNuGetAliases"]
class Type type-node
Syntax
public static class ExtendedNuGetAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
GetNuGetPackageId |
string |
Gets the Package Id from a .nupkg file.
static
|
Get |
NuGetVersion |
Gets the Package Version from a .nupkg file.
static
|
GetPackageReference |
PackageReference |
Get a NuGet project dependency by packageId.
static
|
GetPackageReferences |
IEnumerable |
NuGet project dependencies.
static
|
IsNuGetPublished |
bool |
Determines if a .nupkg is already published at the given NuGet package source.
static
|
IsNuGetPublished |
bool |
Determines if a .nupkg is already published at the given NuGet package source.
static
|
IsNuGetPublished |
bool |
Determines if a .nupkg is already published at the given NuGet package source.
static
|
PublishNuGets |
void |
Looks for and attempts to publish NuGet packages matching the globbing patterns.
static
|
PublishNuGets |
void |
Looks for and attempts to publish NuGet packages matching the globbing patterns.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|