Summary
Extensions for
NpmPublishSettings
.
- Namespace
- Cake
.Npm .Publish - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["NpmPublishSettingsExtensions"]
class Type type-node
Syntax
public static class NpmPublishSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
FromSource |
NpmPublishSettings |
Sets the source to publish.
static
|
ToRegistry |
NpmPublishSettings |
Sets the registry where the package will be published to.
static
|
WithAccess |
NpmPublishSettings |
Sets the access of the published package.
static
|
WithTag |
NpmPublishSettings |
Sets the tag of the package to publish.
static
|