NuGetModule.

Register(ICakeContainerRegistrar) Method

Summary

Performs custom registrations in the provided registrar.
Namespace
Cake.NuGet
Containing Type
NuGetModule

Syntax

public void Register(ICakeContainerRegistrar registrar)

Parameters

Name Type Description
registrar ICakeContainerRegistrar The container registrar.

Return Value

Type Description
void