NpmPublishSettings.

Registry Property

Summary

Gets or sets the registry where the package should be published to. Defaulted to whatever the NPM configuration is.
Namespace
Cake.Npm.Publish
Containing Type
NpmPublishSettings

Syntax

public Uri Registry { get; set; }

Value

Type Description
Uri
GitHub
Discussion