Skip to content

Commit f28d3ca

Browse files
committed
Update ProjectSpec.md
1 parent 02007ae commit f28d3ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Docs/ProjectSpec.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ You can also use environment variables in your configuration file, by using `${S
3434
- [Legacy Target](#legacy-target)
3535
- [Aggregate Target](#aggregate-target)
3636
- [Target Template](#target-template)
37+
- [Global Template Attributes](#global-template-attributes)
3738
- [Scheme](#scheme)
3839
- [Build](#build)
3940
- [Common Build Action options](#common-build-action-options)
@@ -915,6 +916,15 @@ targetTemplates:
915916
- ${frameworkName}/${target_name}
916917
```
917918

919+
## Global template attributes
920+
921+
This is place to define global variables used to resolve missing `${target_name}` within each template. This also helps share attributes between yaml files.
922+
923+
```yaml
924+
globalTemplateAttributes:
925+
version: legacy
926+
```
927+
918928
## Scheme
919929

920930
Schemes allows for more control than the convenience [Target Scheme](#target-scheme) on [Target](#target)

0 commit comments

Comments
 (0)