Summary
Gets or sets the
--allow-same-version
option.
Prevents throwing an error when npm version is used to set the new version to the same value as the current version.
- Namespace
- Cake
.Npm .BumpVersion - Containing Type
- Npm
Bump Version Settings
Syntax
public bool? AllowSameVersion { get; set; }
Value
Type | Description |
---|---|
bool? |