XpmBuildConfiguration.buildConfigurationName property
The build configuration name after substitution.
Signature
readonly buildConfigurationName: string;
Remarks
This is the final, expanded configuration name used for identification and selection. For template-generated configurations, this is the concrete name after matrix substitution (e.g., release-x64 rather than release-{{ matrix.arch }}).
The name is used for:
- User-facing identification when listing or selecting configurations.
- Build folder path generation (default:
build/{name}). - Logging and diagnostic output to track configuration lifecycle.
- Inheritance references from other configurations.
Names must be unique within the configurations collection, enforced during XpmBuildConfigurations.initialise().
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.