DotNetNuGetPusher.

Push(string, DotNetNuGetPushSettings) Method

Summary

Push one or more NuGet package using the specified name, version and settings.

Syntax

public void Push(string packageName, DotNetNuGetPushSettings settings)

Parameters

Name Type Description
packageName string The name of the target package.
settings DotNetNuGetPushSettings The settings.

Return Value

Type Description
void