Versions Compared

Key

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

...

The path and file name of the FinalBuilder project file. It's highly recommended you put your project file in a repository and assign that repository to the Configuration. The reason for doing this is that the project file needs to be made available on the agent where the stage/action runs. 

Using

The Using drop down is populated with any property collector whose namespace matches the pattern defined by the FinalBuilder Action. The pattern for this action is FinalBuilder\..*

...

Some general values that you may might want to pass in include:

WORKSPACE=$Workspace$
SOURCE=$Source.<my_repository>$\Source
OUTPUT_FOLDER=$Workspace$\Output
MAJOR_VERSION=$Build.Version.Default.Major$
MINOR_VERSION=$Build.Version.Default.Minor$
RELEASE_VERSION=$Build.Version.Default.Revision$
BUILD_VERSION=$Build.Version.Default.Build$

...