When using build tags with projects, you enter build expressions that include or exclude topics from the project. All topics not assigned to build tags are automatically included in the project.
Build expressions consist of build tag names and the following Boolean operators:
NOT: Excludes topics that use a named build tag. NOT has the highest priority of all the build expressions. You can type the symbol ~ in place of NOT to achieve the same results.
AND: Includes or excludes topics that use specified build tags, depending on how it's used. AND has the second highest priority of all the build expressions. You can type the symbol & in place of AND to achieve the same results.
OR: Includes or excludes topics that use specified build tags, depending on how it's used. OR has the lowest priority of all the build expressions. You can type the symbol | in place of OR to achieve the same results.
If you want the output to include: |
Do this: |
All topics assigned to a single build tag |
Enter the name of the build tag: |
All topics assigned to multiple build tags |
Use AND with the build tag
names: |
All topics assigned to any combination of named build tags |
Use OR with the build tag
names: |
All topics except those assigned to a single build tag |
Use NOT
with the build tag name: |
All topics except those assigned to multiple build tags |
Use NOT in combination with AND: |
Tips: |
|
|