NuGetIniter.

Init(string, string, NuGetInitSettings) Method

Summary

Init adds all the packages from the source to the hierarchical destination.
Namespace
Cake.Common.Tools.NuGet.Init
Containing Type
NuGetIniter

Syntax

public void Init(string sourcePackageSourcePath, string destinationPackageSourcePath, NuGetInitSettings settings)

Parameters

Name Type Description
sourcePackageSourcePath string Package source to be copied from.
destinationPackageSourcePath string Package destination to be copied to.
settings NuGetInitSettings The settings.

Return Value

Type Description
void