Skip to content

Commit c2a0b42

Browse files
authored
Merge pull request #383 from microsoft/dev/drnoakes/doc-capabilites-from-dtb
Doc that capabilities cannot come from DTB
2 parents 3cc29c6 + e296f26 commit c2a0b42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/overview/about_project_capabilities.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ being to add this MSBuild item to your `.targets` file:
4343
</ItemGroup>
4444
```
4545

46+
> [!IMPORTANT]
47+
> Project capabilites cannot be added during design-time builds. They must be added via evaluation, or via code.
48+
4649
## Defining fixed capabilities for a project type
4750

4851
Some capabilities are static/fixed for a given project type. These capabilities should be defined directly on the project type registration.

0 commit comments

Comments
 (0)