Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Set Build Version Action allows you to modify the Build Version during the build. 

Value

The Build Version Expression. build version expression. This field allows you to use Query Syntax in order to get set dynamic values in your version string.  Note that the reuslt The result of this expression should be four 16 bit integers, by conventions can be any string to a maximum of 128 characters. By convention, this would be (for .net) Major.Minor.Build.Revision or (for native apps.Net) or Major.Minor.Release.Build (for native apps)

Note that Continua sets the Build Version string when the build is started, using the Version Format String specified in the Configuration Wizard. You should only need to use this Action if you need to apply a Version string that is generated during the build (for example, by reading a value from a file).