NpmPublishSettingsExtensions.

WithTag(NpmPublishSettings, string) Method

Summary

Sets the tag of the package to publish.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.Publish
Containing Type
NpmPublishSettingsExtensions

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.