We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cc29c6 + e296f26 commit c2a0b42Copy full SHA for c2a0b42
doc/overview/about_project_capabilities.md
@@ -43,6 +43,9 @@ being to add this MSBuild item to your `.targets` file:
43
</ItemGroup>
44
```
45
46
+> [!IMPORTANT]
47
+> Project capabilites cannot be added during design-time builds. They must be added via evaluation, or via code.
48
+
49
## Defining fixed capabilities for a project type
50
51
Some capabilities are static/fixed for a given project type. These capabilities should be defined directly on the project type registration.
0 commit comments