The format string to apply when converting the build number to a text string.
Namespace:
MSBuild.ExtensionPack.FrameworkAssembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 3.5.0.0 (3.5.4.0)
Remarks
Use this property to control the formatting of the build number when it is converted from a number to a string. This is particularly useful when used in conjunction with the DateFormat or AutoIncrement methods of setting the build number. Any valid .NET formatting string can be specified.
Examples
<AssemblyBuildNumberType>DateFormat</AssemblyBuildNumberType> <AssemblyBuildNumberFormat>yyMMdd</AssemblyBuildNumberFormat>