ExtendedNuGetAliases.

PublishNuGets(ICakeContext, string, string, PublishNuGetsSettings, string[]) Method

Summary

Looks for and attempts to publish NuGet packages matching the globbing patterns.

Syntax

public static void PublishNuGets(this ICakeContext context, string nugetSource, string apiKey, PublishNuGetsSettings settings, params string[] nupkgFileGlobbingPatterns)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
nugetSource string The NuGet Server.
apiKey string The NuGet API key.
settings PublishNuGetsSettings The settings.
nupkgFileGlobbingPatterns string[] The file globbing patterns to find NuGet packages with.

Return Value

Type Description
void