NAntContrib Help Enum Reference VersionTask.BuildNumberAlgorithm | v0.92-alpha1 |
[This is preliminary documentation and subject to change.]
Defines possible algorithms to generate the build number.
Field | Description |
---|---|
Increment | Increment an existing build number. |
MonthDay | Use the number of months since start of project * 100 + current day in month as build number. |
NoIncrement | Use an existing build number (and do not increment it). |