Cake build aliases and classes additional NuGet functionality.
#addin nuget:?package=Cake.ExtendedNuGet&version=6.0.0
dotnet add package Cake.ExtendedNuGet --version 6.0.0
<PackageReference Include="Cake.ExtendedNuGet" Version="6.0.0" />
Aliases
Extended NuGet Aliases.
General
GetNuGetPackageId |
Gets the Package Id from a .nupkg file. |
Get |
Gets the Package Version from a .nupkg file. |
GetPackageReference |
Get a NuGet project dependency by packageId. |
GetPackageReferences |
NuGet project dependencies. |
IsNuGetPublished |
Determines if a .nupkg is already published at the given NuGet package source. |
IsNuGetPublished |
Determines if a .nupkg is already published at the given NuGet package source. |
IsNuGetPublished |
Determines if a .nupkg is already published at the given NuGet package source. |
PublishNuGets |
Looks for and attempts to publish NuGet packages matching the globbing patterns. |
PublishNuGets |
Looks for and attempts to publish NuGet packages matching the globbing patterns. |