Build tag examples:
You have four build tags in your project — Islands, Cays, Reefs, Sand
To do this: |
Do this: |
Include all topics assigned to Islands |
Add the build tag name: Islands |
Include all topics assigned specifically to Islands, Cays and Sand |
Use AND with the build tag names: Islands AND Cays AND Sand |
Include all topics assigned to any combination of Islands, Cays and Sand |
Use OR with the build tag names: Islands OR Cays OR Sand |
Exclude topics assigned to Reefs |
Use NOT with the build tag name: NOT Reefs |
Include all topics except those assigned specifically to Islands and Reefs |
Use NOT and AND with the build tag names: Islands AND NOT Reefs |