Skip to content

Commit

Permalink
Update ProjectSpec.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vikage committed Sep 7, 2023
1 parent 02007ae commit f28d3ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Docs/ProjectSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f28d3ca

Please sign in to comment.