Versions Compared

Key

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

...

Create an INI file with some parameters for each build:

[ABC]
SolutionFile=ABC.sln
Description=A brilliant calculator
SVNBranch=Prod/ABC
[DEF]
SolutionFile=DEF.sln
Description=Data encryption filter
SVNBranch=Prod/DEF
[ABC2]
SolutionFile=ABC.sln
Description=A brilliant calculator PLUS
SVNBranch=Prod/ABC
BuildABC2=True

Variables

Create a "productcode" variable. Make it persistent, so that each build can default to the same type as the previous one.

...