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
Defines the value which should be set.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .Set - Containing Type
- Npm
Set Settings Extensions
Syntax
public static NpmSetSettings WithValue(this NpmSetSettings settings, string value)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmSetSettings | The settings. |
value | string | Value which should be set. |
Return Value
Type | Description |
---|---|
NpmSetSettings | The settings instance with Value set to value. |