I want to have these Versions in a format
like this.. {Major}.{Minor}.{Build}.{patch}
how to set this in the assembly info patcher in team city?
so that it will automatically increment the versions for each time it builds...
i want some guidance and help in this...?!?
TeamCity can version assemblies for you with the AssemblyInfo Patcher build feature. To take advantage of this:
%Major.Minor%
. Set this manually to some value, e.g. 1.0
.Build number format
to %Major.Minor%.%build.vcs.number%.%build.counter%
.%system.build.number%
, which you've defined in step 2.This will result in all of your assemblies being versioned with the %system.build.number%
, which includes the Major and Minor version, the VCS revision, and TeamCity's incremental build number.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With