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
Looks for and attempts to publish NuGet packages matching the globbing patterns.
Syntax
public static void PublishNuGets(this ICakeContext context, string readSource, string publishSource, string apiKey, PublishNuGetsSettings settings, params string[] nupkgFileGlobbingPatterns)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
readSource |
string |
The NuGet Server to check for existing packages on. |
publishSource |
string |
The NuGet Server to push packages to. |
apiKey |
string |
The NuGet API key. |
settings |
PublishNuGetsSettings |
The settings. |
nupkgFileGlobbingPatterns |
string[] |
The file globbing patterns to find NuGet packages with. |
Return Value