NpmPublishSettingsExtensions.

WithTag(NpmPublishSettings, string) Method

Summary

Sets the tag of the package to publish.

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.
GitHub
Discussion