Skip to main content

XpmBuildConfiguration.templateBuildConfigurationName property

The template build configuration name, if derived from a template.

Signature

readonly templateBuildConfigurationName?: string;

Remarks

For template-generated configurations, this preserves the original template name containing Liquid variables (e.g., release-{{ matrix.arch }}), while buildConfigurationName holds the expanded concrete name.

Usage:

  1. Undefined for regular (non-template) configurations.
  2. Set to the template name for configurations generated from matrix expansion.
  3. Used to determine whether full JSON substitution is needed during initialisation (templates require complete substitution, regular configurations only substitute specific fields).
  4. Enables tracing and debugging of template expansion process.

Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.