This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Sets the tag of the package to publish.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .Publish - Containing Type
- Npm
Publish Settings Extensions
Syntax
public static NpmPublishSettings WithTag(this NpmPublishSettings settings, string tag)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmPublishSettings | The settings. |
tag | string | Tag with which the package will be published. |
Return Value
Type | Description |
---|---|
NpmPublishSettings | The settings instance with Tag set to tag. |