Update ProjectSpec.md

This commit is contained in:
Thanh Vu 2023-09-07 12:02:58 +07:00
parent 02007ae92d
commit f28d3caa3b

View File

@ -34,6 +34,7 @@ You can also use environment variables in your configuration file, by using `${S
- [Legacy Target](#legacy-target)
- [Aggregate Target](#aggregate-target)
- [Target Template](#target-template)
- [Global Template Attributes](#global-template-attributes)
- [Scheme](#scheme)
- [Build](#build)
- [Common Build Action options](#common-build-action-options)
@ -915,6 +916,15 @@ targetTemplates:
- ${frameworkName}/${target_name}
```
## Global template attributes
This is place to define global variables used to resolve missing `${target_name}` within each template. This also helps share attributes between yaml files.
```yaml
globalTemplateAttributes:
version: legacy
```
## Scheme
Schemes allows for more control than the convenience [Target Scheme](#target-scheme) on [Target](#target)